]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/AclProxyAuth.cc
Categorize level-0/1 messages; part 1: "easy" problem messages (#946)
[thirdparty/squid.git] / src / auth / AclProxyAuth.cc
index 8cec532e0553863142fe5b665b08d845dd6861e3..797a07c080643c87a5d408f694d358f4993e6d2c 100644 (file)
@@ -90,12 +90,12 @@ bool
 ACLProxyAuth::valid() const
 {
     if (authenticateSchemeCount() == 0) {
-        debugs(28, DBG_CRITICAL, "Can't use proxy auth because no authentication schemes were compiled.");
+        debugs(28, DBG_CRITICAL, "ERROR: Cannot use proxy auth because no authentication schemes were compiled.");
         return false;
     }
 
     if (authenticateActiveSchemeCount() == 0) {
-        debugs(28, DBG_CRITICAL, "Can't use proxy auth because no authentication schemes are fully configured.");
+        debugs(28, DBG_CRITICAL, "ERROR: Cannot use proxy auth because no authentication schemes are fully configured.");
         return false;
     }