@@ -64,9 +64,9 @@ - (OFString *)description { const char *method = of_http_request_method_to_string(_request.method); return [OFString stringWithFormat: - @"An HTTP %s request with URL %@ failed with code %d!", method, + @"An HTTP %s request with URL %@ failed with code %hd!", method, _request.URL, _response.statusCode]; } @end