]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Raised the debug-level of one cache manager related message
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 5 Mar 2010 09:11:37 +0000 (10:11 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 5 Mar 2010 09:11:37 +0000 (10:11 +0100)
src/cache_manager.cc

index dc8310857a4072bdefa57dde3a955fa24ea44ffa..23ae897b8bcbb6f9307401b249d1a24ff2c9bc28 100644 (file)
@@ -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 : "<unknown>") << "@" <<
            fd_table[fd].ipaddr << " requesting '" <<
            mgr->action << "'" );