From: serassio <> Date: Sat, 8 Jul 2006 01:10:29 +0000 (+0000) Subject: Fixed wrong debug section X-Git-Tag: SQUID_3_0_PRE5~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fca45f5b9adde1e92e40608117bef2cc956abc1;p=thirdparty%2Fsquid.git Fixed wrong debug section --- diff --git a/src/auth/basic/auth_basic.cc b/src/auth/basic/auth_basic.cc index d838c630f3..01a4c8bc92 100644 --- a/src/auth/basic/auth_basic.cc +++ b/src/auth/basic/auth_basic.cc @@ -1,5 +1,5 @@ /* - * $Id: auth_basic.cc,v 1.42 2006/05/29 00:15:03 robertc Exp $ + * $Id: auth_basic.cc,v 1.43 2006/07/07 19:10:29 serassio Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -340,7 +340,7 @@ AuthBasicConfig::parse(AuthConfig * scheme, int n_configured, char *param_str) } else if (strcasecmp(param_str, "casesensitive") == 0) { parse_onoff(&casesensitive); } else { - debug(28, 0) ("unrecognised basic auth scheme parameter '%s'\n", param_str); + debug(29, 0) ("unrecognised basic auth scheme parameter '%s'\n", param_str); } } diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index abe4f4955c..8bb38de918 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.cc,v 1.46 2006/05/29 00:15:05 robertc Exp $ + * $Id: auth_digest.cc,v 1.47 2006/07/07 19:10:29 serassio Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -943,7 +943,7 @@ AuthDigestConfig::parse(AuthConfig * scheme, int n_configured, char *param_str) } else if (strcasecmp(param_str, "post_workaround") == 0) { parse_onoff(&PostWorkaround); } else { - debug(28, 0) ("unrecognised digest auth scheme parameter '%s'\n", param_str); + debug(29, 0) ("unrecognised digest auth scheme parameter '%s'\n", param_str); } } diff --git a/src/auth/negotiate/auth_negotiate.cc b/src/auth/negotiate/auth_negotiate.cc index 9815b2b97b..428306a9ae 100644 --- a/src/auth/negotiate/auth_negotiate.cc +++ b/src/auth/negotiate/auth_negotiate.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.cc,v 1.9 2006/05/29 00:15:06 robertc Exp $ + * $Id: auth_negotiate.cc,v 1.10 2006/07/07 19:10:30 serassio Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -148,7 +148,7 @@ AuthNegotiateConfig::parse(AuthConfig * scheme, int n_configured, char *param_st } else if (strcasecmp(param_str, "keep_alive") == 0) { parse_onoff(&keep_alive); } else { - debug(28, 0) ("AuthNegotiateConfig::parse: unrecognised negotiate auth scheme parameter '%s'\n", param_str); + debug(29, 0) ("AuthNegotiateConfig::parse: unrecognised negotiate auth scheme parameter '%s'\n", param_str); } /* diff --git a/src/auth/ntlm/auth_ntlm.cc b/src/auth/ntlm/auth_ntlm.cc index 20f063bb19..0436ecebb8 100644 --- a/src/auth/ntlm/auth_ntlm.cc +++ b/src/auth/ntlm/auth_ntlm.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_ntlm.cc,v 1.58 2006/05/29 00:15:07 robertc Exp $ + * $Id: auth_ntlm.cc,v 1.59 2006/07/07 19:10:30 serassio Exp $ * * DEBUG: section 29 NTLM Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -148,7 +148,7 @@ AuthNTLMConfig::parse(AuthConfig * scheme, int n_configured, char *param_str) } else if (strcasecmp(param_str, "keep_alive") == 0) { parse_onoff(&keep_alive); } else { - debug(28, 0) ("AuthNTLMConfig::parse: unrecognised ntlm auth scheme parameter '%s'\n", param_str); + debug(29, 0) ("AuthNTLMConfig::parse: unrecognised ntlm auth scheme parameter '%s'\n", param_str); } /*