projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87803f
)
* Fix compiler warning about wrong format
author
Ruediger Pluem
<rpluem@apache.org>
Wed, 13 Jan 2010 19:28:00 +0000
(19:28 +0000)
committer
Ruediger Pluem
<rpluem@apache.org>
Wed, 13 Jan 2010 19:28:00 +0000
(19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@898910
13f79535
-47bb-0310-9956-
ffa450edef68
modules/ldap/util_ldap.c
patch
|
blob
|
history
diff --git
a/modules/ldap/util_ldap.c
b/modules/ldap/util_ldap.c
index 9a137a326331b292ad2727b9f60250f209811ee7..6b733a005fb400688a2fafbd1dcc29e12a5037be 100644
(file)
--- a/
modules/ldap/util_ldap.c
+++ b/
modules/ldap/util_ldap.c
@@
-2541,7
+2541,7
@@
static const char *util_ldap_set_op_timeout(cmd_parms *cmd,
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->server,
"[%" APR_PID_T_FMT "] ldap connection: Setting op timeout "
- "to %d seconds.", getpid(), timeout);
+ "to %
l
d seconds.", getpid(), timeout);
#ifndef LDAP_OPT_TIMEOUT