]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fixes from/suggested by Pawel Worach
authorrobertc <>
Tue, 29 Jul 2003 17:34:56 +0000 (17:34 +0000)
committerrobertc <>
Tue, 29 Jul 2003 17:34:56 +0000 (17:34 +0000)
src/authenticate.cc
src/fs/diskd/store_io_diskd.cc
src/http.cc

index 46f034bd6c1f3c9f7b6c6ce1cbb522eed562c716..010119703b1f24a2a141b663bc899539443c7195 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: authenticate.cc,v 1.60 2003/07/14 14:15:59 robertc Exp $
+ * $Id: authenticate.cc,v 1.61 2003/07/29 11:34:56 robertc Exp $
  *
  * DEBUG: section 29    Authenticator
  * AUTHOR:  Robert Collins
@@ -409,7 +409,7 @@ authenticateAuthUserRequestSetIp(auth_user_request_t * auth_user_request, struct
 
     ip1 = xstrdup(inet_ntoa(ipaddr));
 
-    debug(29, 2) ("authenticateAuthUserRequestSetIp: user '%s' has been seen at a new IP address (%s)\n ", auth_user->username(), ip1);
+    debug(29, 2) ("authenticateAuthUserRequestSetIp: user '%s' has been seen at a new IP address (%s)\n", auth_user->username(), ip1);
 
     safe_free(ip1);
 }
index 8808c193566f6fbc3fc91e59dc07ca4fdc44a0e8..dc1327eae5fb9f3b033417889ac38faad7c1bd82 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_io_diskd.cc,v 1.34 2003/07/22 15:23:11 robertc Exp $
+ * $Id: store_io_diskd.cc,v 1.35 2003/07/29 11:34:57 robertc Exp $
  *
  * DEBUG: section 79    Squid-side DISKD I/O functions.
  * AUTHOR: Duane Wessels
@@ -67,7 +67,7 @@ DiskdIO::shedLoad()
      */
 
     if (away > magic1) {
-        debug(79, 3) ("storeDiskdIO::sheLoad: Shedding, too many requests away\n");
+        debug(79, 3) ("storeDiskdIO::shedLoad: Shedding, too many requests away\n");
 
         return true;
     }
index 23620f707a574de83ac35fd8b6aa1ff037f5b078..f67ba92f8134c6b0994dbaa82bc18a5b1778ab89 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.423 2003/07/23 11:39:44 robertc Exp $
+ * $Id: http.cc,v 1.424 2003/07/29 11:34:56 robertc Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -840,7 +840,7 @@ HttpStateData::readReply (int fd, char *readBuf, size_t len, comm_err_t flag, in
     */
 
     if (flag == COMM_ERR_CLOSING) {
-        debug (11,1)("http socket closing\n");
+        debug (11,3)("http socket closing\n");
         return;
     }