From: Jeff Trawick Date: Sun, 5 Aug 2012 13:05:22 +0000 (+0000) Subject: Merge r1369568 from trunk: X-Git-Tag: 2.2.23~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e255f341b7ee7928e27103d0f00ed26c4f3e5cc;p=thirdparty%2Fapache%2Fhttpd.git Merge r1369568 from trunk: bytes is not a unit of filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1369571 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 08f21496117..cb037db2f0c 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -1381,7 +1381,7 @@ static const char *util_ldap_set_cache_file(cmd_parms *cmd, void *dummy, } ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->server, - "LDAP cache: Setting shared memory cache file to %s bytes.", + "LDAP cache: Setting shared memory cache file to %s.", st->cache_file); return NULL;