You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/10/21 22:27:19 UTC

svn commit: r1400718 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Author: danielsh
Date: Sun Oct 21 20:27:19 2012
New Revision: 1400718

URL: http://svn.apache.org/viewvc?rev=1400718&view=rev
Log:
* subversion/libsvn_fs_fs/fs_fs.c\n  (has_revprop_cache): Use the same wording as in the other call\n    to log_revprop_cache_init_warning().

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=1400718&r1=1400717&r2=1400718&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Sun Oct 21 20:27:19 2012
@@ -3258,9 +3258,10 @@ has_revprop_cache(svn_fs_t *fs, apr_pool
 
       svn_error_clear(error);
       ffd->revprop_cache = NULL;
-      log_revprop_cache_init_warning(fs, "Failed to initialize SHM "
+      log_revprop_cache_init_warning(fs, "Revprop caching for '%s' disabled "
+                                         "because SHM "
                                          "infrastructure for revprop "
-                                         "caching in '%s'.");
+                                         "caching failed to initialize.");
 
       return FALSE;
     }