[pulseaudio-commits] src/daemon
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Fri Dec 20 11:56:46 PST 2013
src/daemon/caps.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 337ad25b179d731d4b4e00805d5434ab4992d07b
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date: Fri Dec 20 21:54:22 2013 +0200
caps: Improve log message
I don't like the expression "this Pulseaudio" (even though that's
originally written by me), just "PulseAudio" is enough. Also, on
FreeBSD there's no libcap, so let's refer only to "capabilities".
diff --git a/src/daemon/caps.c b/src/daemon/caps.c
index 68b79ce..7fc7357 100644
--- a/src/daemon/caps.c
+++ b/src/daemon/caps.c
@@ -93,7 +93,7 @@ void pa_drop_caps(void) {
#endif /* __linux */
#else /* HAVE_SYS_CAPABILITY_H */
pa_log_warn("Normally all extra capabilities would be dropped now, but "
- "that's impossible because this Pulseaudio was built without "
- "libcap support.");
+ "that's impossible because PulseAudio was built without "
+ "capabilities support.");
#endif
}
More information about the pulseaudio-commits
mailing list