Commit c945d4eb authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix compile error with --enable-debug

parent c048ac5e
......@@ -231,8 +231,8 @@ static int nghttp2_bufs_alloc_chain(nghttp2_bufs *bufs)
}
DEBUGF(fprintf(stderr,
"new buffer %zu bytes allocated for bufs %p, left %zu\n",
bufs->chunk_length, bufs, bufs->chunk_left));
"new buffer %zu bytes allocated for bufs %p, used %zu\n",
bufs->chunk_length, bufs, bufs->chunk_used));
++bufs->chunk_used;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment