]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
hide potential coredump warnings with higher debugs
authorwessels <>
Tue, 12 May 1998 10:11:16 +0000 (10:11 +0000)
committerwessels <>
Tue, 12 May 1998 10:11:16 +0000 (10:11 +0000)
src/http.cc

index fd4dd0877f5d7fbe036a5f7677d78e156c722d64..7a05d04991dadf3eb46a67f41a8b0136bf571078 100644 (file)
@@ -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));
     }