]> granicus.if.org Git - apache/commitdiff
bytes is not a unit of filename
authorJeff Trawick <trawick@apache.org>
Sun, 5 Aug 2012 12:59:20 +0000 (12:59 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 5 Aug 2012 12:59:20 +0000 (12:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369568 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 46840ad688c18c8b801433170c1e98c1a9956b8c..c7f7b93df1f811254b4dd332766d0a55ea7a1c32 100644 (file)
@@ -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;