Change debug message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27143 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-10-27 00:27:31 +00:00
parent 6189ec7fa3
commit 232564ed12

View 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());