diff options
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) |