mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
1da34e99b2
commit
337ad25b17
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue