diff --git a/src/app_helper.cc b/src/app_helper.cc index 11f7ca5e..40486057 100644 --- a/src/app_helper.cc +++ b/src/app_helper.cc @@ -146,7 +146,7 @@ void print_timer() namespace { void print_frame_hd(const nghttp2_frame_hd& hd) { - printf("\n", + printf("\n", hd.length, hd.flags, hd.stream_id); } } // namespace