From: Francesco Chemolli Date: Fri, 5 Mar 2010 09:11:37 +0000 (+0100) Subject: Raised the debug-level of one cache manager related message X-Git-Tag: SQUID_3_2_0_1~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0be039f4acd322d81ee732493533ba30c4de5f12;p=thirdparty%2Fsquid.git Raised 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 << "'" );