From: wessels <> Date: Tue, 15 Oct 1996 03:27:57 +0000 (+0000) Subject: bump up debug levels X-Git-Tag: SQUID_3_0_PRE1~5662 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f66c37b384e6852b4387dbb6ee050bb7ad6b5a90;p=thirdparty%2Fsquid.git bump up debug levels --- diff --git a/src/client_side.cc b/src/client_side.cc index 9a278fb501..e73450d60a 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.42 1996/10/13 06:19:42 wessels Exp $ + * $Id: client_side.cc,v 1.43 1996/10/14 21:27:57 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -409,7 +409,7 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data) /* unregister this handler */ storeUnregister(entry, fd); if (entry->store_status == STORE_ABORTED) { - debug(33, 0, "icpHandleIMSReply: abort_code=%d\n", + debug(33, 3, "icpHandleIMSReply: abort_code=%d\n", entry->mem_obj->abort_code); icpSendERROR(fd, entry->mem_obj->abort_code, @@ -419,7 +419,7 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data) return 0; } if (mem->reply->code == 0) { - debug(33, 0, "icpHandleIMSReply: Incomplete headers for '%s'\n", + debug(33, 3, "icpHandleIMSReply: Incomplete headers for '%s'\n", entry->url); storeRegister(entry, fd,