]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
lower IMS debug mesage leves
authorwessels <>
Thu, 24 Oct 1996 12:10:40 +0000 (12:10 +0000)
committerwessels <>
Thu, 24 Oct 1996 12:10:40 +0000 (12:10 +0000)
src/client_side.cc

index 3b4c587dfdf7660aff26cc7381299e16a85ee5c8..cdc14faec186ffd2b155b0b22d66b55e202e0e3c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.49 1996/10/24 05:05:20 wessels Exp $
+ * $Id: client_side.cc,v 1.50 1996/10/24 06:10:40 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, 3, "icpHandleIMSReply: ABORTED/%s '%s'\n",
+       debug(33, 1, "icpHandleIMSReply: ABORTED/%s '%s'\n",
            log_tags[entry->mem_obj->abort_code], entry->url);
        /* We have an existing entry, but failed to validate it,
         * so send the old one anyway */
@@ -417,7 +417,7 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data)
        storeUnlockObject(entry);
        icpState->entry = icpState->old_entry;
     } else if (mem->reply->code == 0) {
-       debug(33, 3, "icpHandleIMSReply: Incomplete headers for '%s'\n",
+       debug(33, 1, "icpHandleIMSReply: Incomplete headers for '%s'\n",
            entry->url);
        storeRegister(entry,
            fd,