]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2616: reduce IdleConnList::removeFD messages
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Feb 2010 06:06:54 +0000 (19:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Feb 2010 06:06:54 +0000 (19:06 +1300)
src/pconn.cc

index fd2d97b5a28796089e0f03caed7398db04ec3423..571d7986993899246763ca8bc92537ef1a49e06f 100644 (file)
@@ -86,7 +86,7 @@ IdleConnList::removeFD(int fd)
 {
     int index = findFDIndex(fd);
     if (index < 0) {
-        debugs(48, 0, "IdleConnList::removeFD: FD " << fd << " NOT FOUND!");
+        debugs(48, 2, "IdleConnList::removeFD: FD " << fd << " NOT FOUND!");
         return;
     }
     debugs(48, 3, "IdleConnList::removeFD: found FD " << fd << " at index " << index);