chiark / gitweb /
journal: add public API call sd_journal_get_events()
[elogind.git] / src / core / main.c
index aa28cc66517d8a9d59580991d9c85323423a0aec..92f066c7076bd0aae0b222e7ac4eacd8be7b26d6 100644 (file)
@@ -1752,7 +1752,7 @@ int main(int argc, char *argv[]) {
                 after_startup = now(CLOCK_MONOTONIC);
                 log_full(arg_action == ACTION_TEST ? LOG_INFO : LOG_DEBUG,
                          "Loaded units and determined initial transaction in %s.",
-                          format_timespan(timespan, sizeof(timespan), after_startup - before_startup));
+                         format_timespan(timespan, sizeof(timespan), after_startup - before_startup, 0));
 
                 if (arg_action == ACTION_TEST) {
                         printf("-> By jobs:\n");