/*
- * $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
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);
}
/*
- * $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
*/
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;
}
/*
- * $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
*/
if (flag == COMM_ERR_CLOSING) {
- debug (11,1)("http socket closing\n");
+ debug (11,3)("http socket closing\n");
return;
}