From 3ed5c78a2c37023540fb479ff96117fcd6bbdbe3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 16 Jul 2013 20:54:01 +0900 Subject: [PATCH] Remove unnecessary indent in DATA frame line --- src/nghttp2_ssl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nghttp2_ssl.cc b/src/nghttp2_ssl.cc index 75980c53..b6cfcfe4 100644 --- a/src/nghttp2_ssl.cc +++ b/src/nghttp2_ssl.cc @@ -763,7 +763,6 @@ void print_data_frame(print_type ptype, uint16_t length, uint8_t flags, printf("%sDATA%s frame (length=%d, flags=%d, stream_id=%d)\n", frame_name_ansi_esc(ptype), ansi_escend(), length, flags, stream_id); - print_frame_attr_indent(); } } // namespace