diff options
Diffstat (limited to 'net/quic/quic_framer.cc')
-rw-r--r-- | net/quic/quic_framer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc index cc02882..610dc57 100644 --- a/net/quic/quic_framer.cc +++ b/net/quic/quic_framer.cc @@ -2070,7 +2070,7 @@ bool QuicFramer::AppendGoAwayFramePayload(const QuicGoAwayFrame& frame, } bool QuicFramer::RaiseError(QuicErrorCode error) { - DVLOG(1) << detailed_error_; + DVLOG(1) << "Error detail: " << detailed_error_; set_error(error); visitor_->OnError(this); reader_.reset(NULL); |