You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/05 15:05:22 UTC

svn commit: r1369571 - in /httpd/httpd/branches/2.2.x: ./ modules/ldap/util_ldap.c

Author: trawick
Date: Sun Aug  5 13:05:22 2012
New Revision: 1369571

URL: http://svn.apache.org/viewvc?rev=1369571&view=rev
Log:
Merge r1369568 from trunk:

bytes is not a unit of filename

Modified:
    httpd/httpd/branches/2.2.x/   (props changed)
    httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c

Propchange: httpd/httpd/branches/2.2.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1369568

Modified: httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c?rev=1369571&r1=1369570&r2=1369571&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c Sun Aug  5 13:05:22 2012
@@ -1381,7 +1381,7 @@ static const char *util_ldap_set_cache_f
     }
 
     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;