]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/Scheme.cc
cache_log_message directive (#775)
[thirdparty/squid.git] / src / auth / ntlm / Scheme.cc
index d869b71af574bb5a2ee597365343080e2433bd85..03e8106ea2f7d7716ab80997923a59a8b7dbbc37 100644 (file)
@@ -10,6 +10,7 @@
 #include "auth/ntlm/Config.h"
 #include "auth/ntlm/Scheme.h"
 #include "Debug.h"
+#include "DebugMessages.h"
 #include "helper.h"
 
 Auth::Scheme::Pointer Auth::Ntlm::Scheme::_instance = NULL;
@@ -37,7 +38,7 @@ Auth::Ntlm::Scheme::shutdownCleanup()
         return;
 
     _instance = NULL;
-    debugs(29, DBG_CRITICAL, "Shutdown: NTLM authentication.");
+    debugs(29, Critical(61), "Shutdown: NTLM authentication.");
 }
 
 Auth::SchemeConfig *