mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fixing some more format strings.
This commit is contained in:
parent
714289bd13
commit
b01aa66fe6
3 changed files with 5 additions and 5 deletions
|
@ -230,7 +230,7 @@ int HTTP_Entity::Undelivered(int64_t len)
|
|||
{
|
||||
if ( DEBUG_http )
|
||||
{
|
||||
DEBUG_MSG("Content gap %d, expect_data_length %d\n",
|
||||
DEBUG_MSG("Content gap %" PRId64", expect_data_length %" PRId64 "\n",
|
||||
len, expect_data_length);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue