mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix various format specifiers
This commit is contained in:
parent
cf8496dc0a
commit
b1e96ab952
5 changed files with 8 additions and 4 deletions
|
@ -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() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue