]> git.lyx.org Git - features.git/commitdiff
Change debug message.
authorPavel Sanda <sanda@lyx.org>
Mon, 27 Oct 2008 00:27:31 +0000 (00:27 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 27 Oct 2008 00:27:31 +0000 (00:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27143 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index 3cda4b201d226c218ec6f819d37a76c1bd6b27a0..806c795282d33b4ff99fd2e66058532f8df756ac 100644 (file)
@@ -102,7 +102,7 @@ void RCS::retrieve(FileName const & file)
 
 void RCS::scanMaster()
 {
-       LYXERR(Debug::LYXVC, "LyXVC::RCS: scanMaster.");
+       LYXERR(Debug::LYXVC, "LyXVC::RCS: scanMaster: " << master_);
 
        ifstream ifs(master_.toFilesystemEncoding().c_str());