]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.c
fix type APLOG_WARN -> APLOG_WARNING
[mod-vhost-ldap.git] / mod_vhost_ldap.c
index 215006632110d1613dbdb4360b2903cc1aa51c96..e0ae7de1302f7d2f5b96dba9de8ab6a7dacff36f 100644 (file)
@@ -421,7 +421,7 @@ start_over:
 
     /* handle bind failure */
     if (result != LDAP_SUCCESS) {
-        ap_log_rerror(APLOG_MARK, APLOG_WARN|APLOG_NOERRNO, 0, r, 
+        ap_log_rerror(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, 0, r, 
                       "[mod_vhost_ldap.c] translate: "
                       "translate failed; VHost %s; URI %s[%s]",
                      r->hostname, r->uri, ldap_err2string(result));
This page took 0.065326 seconds and 4 git commands to generate.