From: wessels <> Date: Tue, 12 May 1998 10:11:16 +0000 (+0000) Subject: hide potential coredump warnings with higher debugs X-Git-Tag: SQUID_3_0_PRE1~3340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca378c31d8085c586479c8c0ac1317bd4dbc721;p=thirdparty%2Fsquid.git hide potential coredump warnings with higher debugs --- diff --git a/src/http.cc b/src/http.cc index fd4dd0877f..7a05d04991 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.270 1998/05/11 18:44:38 rousskov Exp $ + * $Id: http.cc,v 1.271 1998/05/12 04:11:16 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -919,7 +919,7 @@ httpRestart(HttpStateData * httpState) /* restart a botched request from a persistent connection */ debug(11, 2) ("Retrying HTTP request for %s\n", storeUrl(httpState->entry)); if (pumpMethod(httpState->orig_request->method)) { - debug(11, 1) ("Potential Coredump: httpRestart %s %s\n", + debug(11, 3) ("Potential Coredump: httpRestart %s %s\n", RequestMethodStr[httpState->orig_request->method], storeUrl(httpState->entry)); }