diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:29:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:29:46 +0200 |
commit | 5192bd1945f59254b3d260ded15dd9f2b8cc2de7 (patch) | |
tree | c9496248fc004d866c40825d4abec9d97cb17b95 /src/initctl.c | |
parent | 16061c20ddd8eba9b9e1ef89149c51114a8084ce (diff) |
auto-getty: rework auto console getty logic to work in conjunction with single user mode
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; } |