diff options
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index e491c27662..b9be0c6ef7 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -710,7 +710,7 @@ static int verify(sd_journal *j) { format_timespan(c, sizeof(c), total > to ? total - to : 0)); } else if (total > 0) log_info("=> No sealing yet, %s of entries not sealed.", - format_timespan(c, sizeof(c), total)); + format_timespan(c, sizeof(c), total - f->header->head_entry_realtime)); else log_info("=> No sealing yet, no entries in file."); } |