mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 17:48:01 +02:00
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.
This commit is contained in:
parent
b56535a592
commit
512e3a7846
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue