diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 04:38:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 04:38:55 +0200 |
commit | cd6d0a456bc9c45fa79316fc5896e4a3ae75a30b (patch) | |
tree | 92f326220de29f3c7eac7909e6b244fcba8086ab /src/systemctl.c | |
parent | 41b02ec77e54871eaa593c50fb31809814f627a7 (diff) |
utmp: enable systemd-update-utmp by default
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index e49c5b8671..490ef64d87 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4612,7 +4612,7 @@ static int runlevel_main(void) { int r, runlevel, previous; if ((r = utmp_get_runlevel(&runlevel, &previous)) < 0) { - printf("unknown"); + printf("unknown\n"); return r; } |