From cca378c31d8085c586479c8c0ac1317bd4dbc721 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 12 May 1998 10:11:16 +0000 Subject: [PATCH] hide potential coredump warnings with higher debugs --- src/http.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); } -- 2.47.3