From 65e8942f07906b1c3533f82785ebe16d0739439c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 24 Feb 2010 19:06:54 +1300 Subject: [PATCH] Bug 2616: reduce IdleConnList::removeFD messages --- src/pconn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pconn.cc b/src/pconn.cc index fd2d97b5a2..571d798699 100644 --- a/src/pconn.cc +++ b/src/pconn.cc @@ -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); -- 2.47.2