]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/store_log.cc
cache_log_message directive (#775)
[thirdparty/squid.git] / src / store_log.cc
index cd4def9c2b06daec12dc32eeed4450c0b533a8c4..f7b70d963f92e01c9003b477b3504a503a6cbc48 100644 (file)
@@ -9,6 +9,7 @@
 /* DEBUG: section 20    Storage Manager Logging Functions */
 
 #include "squid.h"
+#include "DebugMessages.h"
 #include "format/Token.h"
 #include "HttpReply.h"
 #include "log/File.h"
@@ -125,7 +126,7 @@ storeLogOpen(void)
     storeLogRegisterWithCacheManager();
 
     if (Config.Log.store == NULL || strcmp(Config.Log.store, "none") == 0) {
-        debugs(20, DBG_IMPORTANT, "Store logging disabled");
+        debugs(20, Important(42), "Store logging disabled");
         return;
     }