Fix compile error with --enable-debug

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-02 10:16:32 +09:00
parent 455d911f61
commit 16101b8b3f
1 changed files with 1 additions and 1 deletions

View File

@ -4304,7 +4304,7 @@ ssize_t nghttp2_session_mem_recv(nghttp2_session *session,
if(iframe->frame.hd.length > session->local_settings.max_frame_size) {
DEBUGF(fprintf(stderr,
"recv: length is too large %u > %u\n",
"recv: length is too large %zu > %u\n",
iframe->frame.hd.length,
session->local_settings.max_frame_size));