From: Francesco Chemolli Date: Fri, 5 Mar 2010 08:43:49 +0000 (+0100) Subject: Raised some noncritical debug messages' debug-level. X-Git-Tag: SQUID_3_2_0_1~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d28002f7971e296648d5047ce6728f355366176e;p=thirdparty%2Fsquid.git Raised some noncritical debug messages' debug-level. --- diff --git a/src/log/access_log.cc b/src/log/access_log.cc index 4c84d3de28..eec2b5912b 100644 --- a/src/log/access_log.cc +++ b/src/log/access_log.cc @@ -1574,10 +1574,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) {