Fixed logging level: from into to debug.

This commit is contained in:
Simone Bordet 2013-01-10 10:47:25 +01:00
parent a5b46fb039
commit b1882a3258
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ public class HttpDestination implements Destination, AutoCloseable, Dumpable
if (removed)
{
int open = connectionCount.decrementAndGet();
LOG.info("Removed connection {} for {} - open: {}", connection, this, open);
LOG.debug("Removed connection {} for {} - open: {}", connection, this, open);
}
// We need to execute queued requests even if this connection failed.