From: Amos Jeffries Date: Wed, 10 Mar 2010 09:20:02 +0000 (+1300) Subject: Author: Francesco Chemolli X-Git-Tag: SQUID_3_1_0_18~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21429c0981734255aa74b847fdb6f995c8adef52;p=thirdparty%2Fsquid.git Author: Francesco Chemolli Bump the debug-level of one cache manager related message --- diff --git a/src/cache_manager.cc b/src/cache_manager.cc index dc8310857a..23ae897b8b 100644 --- a/src/cache_manager.cc +++ b/src/cache_manager.cc @@ -326,7 +326,7 @@ CacheManager::Start(int fd, HttpRequest * request, StoreEntry * entry) return; } - debugs(16, DBG_IMPORTANT, "CacheManager: " << + debugs(16, 2, "CacheManager: " << (mgr->user_name ? mgr->user_name : "") << "@" << fd_table[fd].ipaddr << " requesting '" << mgr->action << "'" );