]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Raised some noncritical debug messages' debug-level.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 5 Mar 2010 09:02:08 +0000 (10:02 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 5 Mar 2010 09:02:08 +0000 (10:02 +0100)
src/access_log.cc

index 56340ed25f9cb763e5f2f2a6cb3cee9b19de096b..f3e0762bec672ffdba269027a25484b8d70f0e9a 100644 (file)
@@ -1538,10 +1538,10 @@ accessLogDumpLogFormat(StoreEntry * entry, const char *name, logformat * definit
     logformat *format;
 
     struct logformat_token_table_entry *te;
-    debugs(46, 0, "accessLogDumpLogFormat called");
+    debugs(46, 4, "accessLogDumpLogFormat called");
 
     for (format = definitions; format; format = format->next) {
-        debugs(46, 0, "Dumping logformat definition for " << format->name);
+        debugs(46, 3, "Dumping logformat definition for " << format->name);
         storeAppendPrintf(entry, "logformat %s ", format->name);
 
         for (t = format->format; t; t = t->next) {