]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Oct 2008 04:39:24 +0000 (17:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Oct 2008 04:39:24 +0000 (17:39 +1300)
src/comm.cc

index 4d2aea1b75c5b404a45b54653ff649fd8af816b8..98d262699ace2a6f5b3ed6146995950cb543c19f 100644 (file)
@@ -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());