14 lines
487 B
Diff
14 lines
487 B
Diff
Index: gdm-2.20.0/daemon/gdm.c
|
|
===================================================================
|
|
--- gdm-2.20.0.orig/daemon/gdm.c
|
|
+++ gdm-2.20.0/daemon/gdm.c
|
|
@@ -623,7 +623,7 @@ try_command (const char *command)
|
|
}
|
|
}
|
|
else if (WIFSIGNALED (status)) {
|
|
- gdm_error ("Command '%s' was killed by signal '%s'"), command, g_strsignal (WTERMSIG (status));
|
|
+ gdm_error ("Command '%s' was killed by signal '%s'", command, g_strsignal (WTERMSIG (status)));
|
|
res = FALSE;
|
|
}
|
|
}
|