]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: fix debug message
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 10 Sep 2012 20:43:09 +0000 (16:43 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 10 Sep 2012 20:44:23 +0000 (16:44 -0400)
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.

src/main.c

index 08e0cc3485a971dc63f69b89d9612b509209d9af..e56bf642653278091845736ac12a244d0b8ae3a3 100644 (file)
@@ -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);