From 9361c458e659d1e4a875f4d6fbd9d86d20601af5 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 5 Aug 2012 12:59:20 +0000 Subject: [PATCH] bytes is not a unit of filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369568 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/util_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 46840ad688c..c7f7b93df1f 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -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; -- 2.47.3