Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > bd2b254e8b147b2c70b65fa9e55e4d11 > files > 3

apache-mod_auth_pgsql-2.0.3-13mdv2009.0.src.rpm

--- mod_auth_pgsql.c	2006-01-05 15:15:13.000000000 +0100
+++ mod_auth_pgsql.c.oden	2006-01-07 12:53:09.000000000 +0100
@@ -771,7 +771,7 @@
 	 * user control to the next guy in line.
 	 */
 	if ((!sec->auth_pg_pwd_table) && (!sec->auth_pg_pwd_field)) {
-		ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r,
+		ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
 					  "[mod_auth_pgsql.c] - missing configuration parameters");
 		return DECLINED;
 	}