diff options
Diffstat (limited to 'src/initctl.c')
-rw-r--r-- | src/initctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initctl.c b/src/initctl.c index 115452e86b..7b478a75d5 100644 --- a/src/initctl.c +++ b/src/initctl.c @@ -119,7 +119,7 @@ static void change_runlevel(Server *s, int runlevel) { DBUS_TYPE_STRING, &target, DBUS_TYPE_STRING, &replace, DBUS_TYPE_INVALID)) { - log_error("Could not attach target and flag information to signal message."); + log_error("Could not attach target and flag information to message."); goto finish; } |