* Fix compiler warning about wrong format
authorRuediger Pluem <rpluem@apache.org>
Wed, 13 Jan 2010 19:28:00 +0000 (19:28 +0000)
committerRuediger 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

index 9a137a326331b292ad2727b9f60250f209811ee7..6b733a005fb400688a2fafbd1dcc29e12a5037be 100644 (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