Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51454D2AB for ; Sun, 21 Oct 2012 20:28:06 +0000 (UTC) Received: (qmail 59558 invoked by uid 500); 21 Oct 2012 20:28:06 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 59540 invoked by uid 500); 21 Oct 2012 20:28:06 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 59533 invoked by uid 99); 21 Oct 2012 20:28:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2012 20:28:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2012 20:28:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F247223889B8; Sun, 21 Oct 2012 20:27:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1400718 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Date: Sun, 21 Oct 2012 20:27:19 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121021202719.F247223889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; }