]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bump up debug levels
authorwessels <>
Tue, 15 Oct 1996 03:27:57 +0000 (03:27 +0000)
committerwessels <>
Tue, 15 Oct 1996 03:27:57 +0000 (03:27 +0000)
src/client_side.cc

index 9a278fb501721d69ca291148794c975135f9b6b7..e73450d60ac79572a30fd1304558443c6de1b33b 100644 (file)
@@ -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,