mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
daemon: Tone down system mode snarkiness
We do support system mode for the cases where it makes sense, so it's really not sensible to be unconditionally snarky at our users for doing it. Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
This commit is contained in:
parent
dfa4f42480
commit
4cd89aa30d
1 changed files with 1 additions and 2 deletions
|
|
@ -971,8 +971,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_log_info("Running in system mode: %s", pa_yes_no(pa_in_system_mode()));
|
||||
|
||||
if (pa_in_system_mode())
|
||||
pa_log_warn(_("OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
|
||||
"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
|
||||
pa_log_warn(_("OK, so you are running PA in system mode. Please make sure that you actually do want to do that.\n"
|
||||
"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea."));
|
||||
|
||||
if (conf->use_pid_file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue