From 512e3a78469af8b0cee02007db6144d1bbc63e01 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 10 Sep 2012 16:43:09 -0400 Subject: [PATCH] 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);