Stats: print db_update as unsigned integer
This commit is contained in:
parent
67b8124a1d
commit
e719b6cc41
@ -83,6 +83,6 @@ stats_print(Client &client)
|
|||||||
|
|
||||||
if (db_is_simple())
|
if (db_is_simple())
|
||||||
client_printf(client,
|
client_printf(client,
|
||||||
"db_update: %li\n",
|
"db_update: %lu\n",
|
||||||
(long)db_get_mtime());
|
(unsigned long)db_get_mtime());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user