[pulseaudio-commits] src/daemon

Tanu Kaskinen tanuk at kemper.freedesktop.org
Thu Jul 14 15:43:05 UTC 2016


 src/daemon/main.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 4cd89aa30d40edaffb24412c255cd75689d08f19
Author: Arun Raghavan <arun at arunraghavan.net>
Date:   Thu Jul 14 11:38:35 2016 +0900

    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 at arunraghavan.net>

diff --git a/src/daemon/main.c b/src/daemon/main.c
index ae1185d..28bbf52 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -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) {



More information about the pulseaudio-commits mailing list