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".
This commit is contained in:
Tanu Kaskinen 2013-12-20 21:54:22 +02:00
parent 1da34e99b2
commit 337ad25b17

View 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
}