]> andersk Git - mod-vhost-ldap.git/commitdiff
print number retries in debug
authorOndřej Surý <ondrej@sury.org>
Tue, 8 Jun 2010 10:21:09 +0000 (12:21 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 8 Jun 2010 11:14:28 +0000 (13:14 +0200)
mod_vhost_ldap.c

index 9808a84c6c8f31147dc52a17f7d52984b6d33b96..d7677c89002347a4c179c9621af194f1a44bbc56 100644 (file)
@@ -499,7 +499,7 @@ start_over:
 fallback:
 
     ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, r,
-                 "[mod_vhost_ldap.c]: translating hostname [%s], uri [%s]", hostname, r->uri);
+                 "[mod_vhost_ldap.c]: translating hostname [%s], uri [%s], try [%d]", hostname, r->uri, failures);
 
     apr_snprintf(filtbuf, FILTER_LENGTH, "(&(%s)(|(apacheServerName=%s)(apacheServerAlias=%s)))", conf->filter, hostname, hostname);
 
This page took 0.090789 seconds and 5 git commands to generate.