From: hno <> Date: Sat, 25 Sep 2004 17:15:40 +0000 (+0000) Subject: Correct debug section X-Git-Tag: SQUID_3_0_PRE4~1050 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25aa7279922d6ca852a75efdab3330510e694c90;p=thirdparty%2Fsquid.git Correct debug section By: Guido --- diff --git a/src/comm_select.cc b/src/comm_select.cc index e87f7498c7..3e7f69600a 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -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);