]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug change
authorwessels <>
Fri, 11 Oct 1996 05:21:28 +0000 (05:21 +0000)
committerwessels <>
Fri, 11 Oct 1996 05:21:28 +0000 (05:21 +0000)
src/ident.cc

index 37b851a4c663919cb29692ecfaec8ba5339a53ae..e50bee197342a1a538beb3e99a5b2349fd2d5f60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ident.cc,v 1.17 1996/10/09 22:49:36 wessels Exp $
+ * $Id: ident.cc,v 1.18 1996/10/10 23:21:28 wessels Exp $
  *
  * DEBUG: section 30    Ident (RFC 931)
  * AUTHOR: Duane Wessels
@@ -114,7 +114,7 @@ identReadReply(int fd, icpStateData * icpState)
            *t = '\0';
        if ((t = strchr(buf, '\n')))
            *t = '\0';
-       debug(30, 1, "identReadReply: FD %d: Read '%s'\n", fd, buf);
+       debug(30, 5, "identReadReply: FD %d: Read '%s'\n", fd, buf);
        if (strstr(buf, "USERID")) {
            if ((t = strrchr(buf, ':'))) {
                while (isspace(*++t));