Index: net/quic/core/quic_framer.cc |
diff --git a/net/quic/core/quic_framer.cc b/net/quic/core/quic_framer.cc |
index e5e42391c0c84472afe5146642e1d288c285b5b9..729eacc56bf32dcf547ae07051d2852d226a37d9 100644 |
--- a/net/quic/core/quic_framer.cc |
+++ b/net/quic/core/quic_framer.cc |
@@ -2184,7 +2184,7 @@ bool QuicFramer::AppendPathCloseFrame(const QuicPathCloseFrame& frame, |
} |
bool QuicFramer::RaiseError(QuicErrorCode error) { |
- DVLOG(1) << "Error: " << QuicUtils::ErrorToString(error) |
+ DVLOG(1) << "Error: " << QuicErrorCodeToString(error) |
<< " detail: " << detailed_error_; |
set_error(error); |
visitor_->OnError(this); |