caps: Improve log message
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 20 Dec 2013 19:54:22 +0000 (21:54 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 20 Dec 2013 19:54:22 +0000 (21:54 +0200)
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".

src/daemon/caps.c

index 68b79ce..7fc7357 100644 (file)
@@ -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
 }