Skip to content

Commit b874ab9

Browse files
committed
sqlite: More formatting improvements
1 parent 9c07ba5 commit b874ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata_writer_sqlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ static int md_sqlite_read_boot_time(struct md_writer_sqlite *mws, uint64_t *boot
308308
}
309309

310310
*boot_time = tv.tv_sec - uptime;
311-
META_PRINT_SYSLOG(mws->parent, LOG_INFO, "%" PRIu64 "%" PRIu64 "%" PRIu64 "\n", *boot_time, tv.tv_sec, uptime);
311+
META_PRINT_SYSLOG(mws->parent, LOG_INFO, "%" PRIu64 " %ld %" PRIu64 "\n", *boot_time, tv.tv_sec, uptime);
312312
return RETVAL_SUCCESS;
313313
}
314314

0 commit comments

Comments
 (0)