From: Cosimo Cecchi Date: Mon, 10 Sep 2012 20:43:09 +0000 (-0400) Subject: main: fix debug message X-Git-Tag: 0.8.8~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512e3a78469af8b0cee02007db6144d1bbc63e01;p=thirdparty%2Fplymouth.git main: fix debug message If plymouthd is already running, then a second invocation will fail with the message: could not log bootup This message is misleading, so fix it. --- diff --git a/src/main.c b/src/main.c index 08e0cc34..e56bf642 100644 --- a/src/main.c +++ b/src/main.c @@ -2496,7 +2496,7 @@ main (int argc, if (state.boot_server == NULL) { - ply_trace ("could not log bootup: %m"); + ply_trace ("plymouthd is already running"); detach_from_running_session (&state);