Fixing some more format strings.

This commit is contained in:
Robin Sommer 2011-04-27 21:31:23 -07:00
parent 714289bd13
commit b01aa66fe6
3 changed files with 5 additions and 5 deletions

View file

@ -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);
}