Chromium Code Reviews| Index: runtime/bin/http_impl.dart |
| =================================================================== |
| --- runtime/bin/http_impl.dart (revision 5311) |
| +++ runtime/bin/http_impl.dart (working copy) |
| @@ -343,7 +343,7 @@ |
| case HttpStatus.GATEWAY_TIMEOUT: return "Gateway Time-out"; |
| case HttpStatus.HTTP_VERSION_NOT_SUPPORTED: |
| return "Http Version not supported"; |
| - default: return "Status " + statusCode.toString(); |
| + default: return "Status $statusCode"; |
| } |
| } |