diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-11 03:16:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-11 03:16:24 +0100 |
commit | 731a676c206bb1b48e7f736ce9f5b730252d1601 (patch) | |
tree | 3b53b0f7ea96f2b7e0268e89aaf805e2e22025e3 /src/logs-show.c | |
parent | 3ebcdf8cd97026724fd773648d02bde12d718824 (diff) |
systemd: reconnect to syslog as soon as the journal is fully up
Diffstat (limited to 'src/logs-show.c')
-rw-r--r-- | src/logs-show.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logs-show.c b/src/logs-show.c index cb18da2aa5..2fe205fea6 100644 --- a/src/logs-show.c +++ b/src/logs-show.c @@ -178,6 +178,7 @@ static int output_short(sd_journal *j, unsigned line, bool show_all, bool monoto uint64_t x; time_t t; struct tm tm; + r = -ENOENT; if (realtime) |