]> git.lyx.org Git - features.git/commitdiff
Make debug consistent.
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 00:22:43 +0000 (00:22 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 00:22:43 +0000 (00:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25748 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index 9e80f4ca274b7fa2fe88d1039ee1944f4caea7ba..c933aece492fa2d8c3de6ac23c3dc3480ef180b8 100644 (file)
@@ -219,7 +219,7 @@ FileName const CVS::findFile(FileName const & file)
        // where we have file.
        FileName const entries(onlyPath(file.absFilename()) + "/CVS/Entries");
        string const tmpf = '/' + onlyFilename(file.absFilename()) + '/';
-       LYXERR(Debug::LYXVC, "LyXVC: Checking in `" << entries
+       LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under cvs in `" << entries
                             << "' for `" << tmpf << '\'');
        if (entries.isReadableFile()) {
                // Ok we are at least in a CVS dir. Parse the CVS/Entries