mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Make debug consistent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25748 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d37daf5e8a
commit
3890f250e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user