1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

* Fix compiler warning about wrong format

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@898910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2010-01-13 19:28:00 +00:00
parent e87803f042
commit 09f43b8aa6

View File

@@ -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 %ld seconds.", getpid(), timeout);
#ifndef LDAP_OPT_TIMEOUT