mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
Merge r1369568 from trunk:
bytes is not a unit of filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -2110,7 +2110,7 @@ static const char *util_ldap_set_cache_file(cmd_parms *cmd, void *dummy,
|
||||
}
|
||||
|
||||
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;
|
||||
|
Reference in New Issue
Block a user