Author: trawick
Date: Sun Aug 5 13:02:24 2012
New Revision: 1369569
URL: http://svn.apache.org/viewvc?rev=1369569&view=rev
Log:
Merge r1369568 from trunk:
bytes is not a unit of filename
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/modules/ldap/util_ldap.c
Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1369568
Modified: httpd/httpd/branches/2.4.x/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/ldap/util_ldap.c?rev=1369569&r1=1369568&r2=1369569&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/branches/2.4.x/modules/ldap/util_ldap.c Sun Aug 5 13:02:24 2012
@@ -2110,7 +2110,7 @@ static const char *util_ldap_set_cache_f
}
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->server, APLOGNO(01298)
- "LDAP cache: Setting shared memory cache file to %s bytes.",
+ "LDAP cache: Setting shared memory cache file to %s.",
st->cache_file);
return NULL;
|