From: Amos Jeffries Date: Sun, 12 Oct 2008 04:39:24 +0000 (+1300) Subject: Typo. X-Git-Tag: SQUID_3_2_0_1~1416 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4e714fa10636577ca15cf313c5ccf34d47e010;p=thirdparty%2Fsquid.git Typo. --- diff --git a/src/comm.cc b/src/comm.cc index 4d2aea1b75..98d262699a 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -701,7 +701,7 @@ comm_openex(int sock_type, * limits the number of simultaneous clients */ if (limitError(errno)) { - debugs(50, DBG_WARNING, "comm_open: socket failure: " << xstrerror()); + debugs(50, DBG_IMPORTANT, "comm_open: socket failure: " << xstrerror()); fdAdjustReserved(); } else { debugs(50, DBG_CRITICAL, "comm_open: socket failure: " << xstrerror());