Fix various format specifiers

This commit is contained in:
Jon Siwek 2020-02-14 11:09:50 -08:00
parent cf8496dc0a
commit b1e96ab952
5 changed files with 8 additions and 4 deletions

View file

@ -289,7 +289,7 @@ void net_run()
// starting with the first.
if ( ! ready.empty() || loop_counter++ % 100 == 0 )
{
DBG_LOG(DBG_MAINLOOP, "realtime=%.6f ready_count=%ld",
DBG_LOG(DBG_MAINLOOP, "realtime=%.6f ready_count=%zu",
current_time(), ready.size());
if ( ! ready.empty() )