From 39df51188c568b41ce67583835c26420ea3c4954 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 9 Feb 2013 17:56:44 +0900 Subject: [PATCH] shrpx: Log stream ID when submitting RST_STREAM to downstream --- src/shrpx_spdy_downstream_connection.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shrpx_spdy_downstream_connection.cc b/src/shrpx_spdy_downstream_connection.cc index 8b9ff6b..262ba24 100644 --- a/src/shrpx_spdy_downstream_connection.cc +++ b/src/shrpx_spdy_downstream_connection.cc @@ -141,7 +141,8 @@ int SpdyDownstreamConnection::submit_rst_stream(Downstream *downstream) default: if(LOG_ENABLED(INFO)) { DCLOG(INFO, this) << "Submit RST_STREAM for DOWNSTREAM:" - << downstream; + << downstream << ", stream_id=" + << downstream->get_downstream_stream_id(); } rv = spdy_->submit_rst_stream(this, downstream->get_downstream_stream_id(),