]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Config.cc
cache_log_message directive (#775)
[thirdparty/squid.git] / src / adaptation / Config.cc
index b90fea802773e4a86b55e26c6713e13c13e6ac3c..95bcf99bbe7cea63a13f557a9ab63576252191fd 100644 (file)
@@ -15,6 +15,7 @@
 #include "adaptation/Service.h"
 #include "adaptation/ServiceGroups.h"
 #include "ConfigParser.h"
+#include "DebugMessages.h"
 #include "globals.h"
 #include "HttpReply.h"
 #include "HttpRequest.h"
@@ -228,7 +229,7 @@ void
 Adaptation::Config::Finalize(bool enabled)
 {
     Enabled = enabled;
-    debugs(93, DBG_IMPORTANT, "Adaptation support is " << (Enabled ? "on" : "off."));
+    debugs(93, Important(11), "Adaptation support is " << (Enabled ? "on" : "off."));
 
     FinalizeEach(AllServices(), "message adaptation services");
     FinalizeEach(AllGroups(), "message adaptation service groups");