Commit 36437859 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent a0d26240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;