chiark / gitweb /
nss-myhostname: ensure that glibc's assert is used
[elogind.git] / src / journal / test-journal-verify.c
index b6677215c053195872be73365d30d8efc1a75538..ad2e2d4c3b2e8d107727cdd33df9e93544fde00c 100644 (file)
@@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
                 log_info("=> Validated from %s to %s, %s missing",
                          format_timestamp(a, sizeof(a), from),
                          format_timestamp(b, sizeof(b), to),
-                         format_timespan(c, sizeof(c), total > to ? total - to : 0));
+                         format_timespan(c, sizeof(c), total > to ? total - to : 0, 0));
         }
 
         journal_file_close(f);