]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct debug section
authorhno <>
Sat, 25 Sep 2004 17:15:40 +0000 (17:15 +0000)
committerhno <>
Sat, 25 Sep 2004 17:15:40 +0000 (17:15 +0000)
By: Guido

src/comm_select.cc

index e87f7498c78c1a02a739c14f24a928817475fa41..3e7f69600a147b56b61a1813fcdcf0fef919f8db 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.71 2003/07/06 14:16:57 hno Exp $
+ * $Id: comm_select.cc,v 1.72 2004/09/25 11:15:40 hno Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -486,8 +486,8 @@ comm_select(int msec)
             if (ignoreErrno(errno))
                 break;
 
-            debug(50, 0) ("comm_select: select failure: %s\n",
-                          xstrerror());
+            debug(5, 0) ("comm_select: select failure: %s\n",
+                         xstrerror());
 
             examine_select(&readfds, &writefds);