Chromium Code Reviews| Index: net/http/http_status_code.cc |
| diff --git a/net/http/http_status_code.cc b/net/http/http_status_code.cc |
| index 80d0265eea34fb6d29f59358db1b032017bedec2..fb7261b3001c691d1875a16d53f08b538f68e7ba 100644 |
| --- a/net/http/http_status_code.cc |
| +++ b/net/http/http_status_code.cc |
| @@ -16,7 +16,7 @@ const char* GetHttpReasonPhrase(HttpStatusCode code) { |
| #undef HTTP_STATUS |
| default: |
| - NOTREACHED(); |
| + NOTREACHED() << "unknown HTTP status code " << code; |
| } |
| return ""; |