mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Improve debug output
Now we have only one line per format, not two. The output looks the same now as in GuiApplication.cpp for the qt formats.
This commit is contained in:
parent
9151a008a7
commit
d2424c6998
@ -94,11 +94,8 @@ vector<string> const & Cache::loadableFormats() const
|
||||
vector<string>::const_iterator fbegin = fmts.begin();
|
||||
vector<string>::const_iterator fend = fmts.end();
|
||||
for (vector<string>::const_iterator fit = fbegin; fit != fend; ++fit) {
|
||||
if (fit != fbegin)
|
||||
LYXERR(Debug::GRAPHICS, ", ");
|
||||
LYXERR(Debug::GRAPHICS, *fit);
|
||||
LYXERR(Debug::GRAPHICS, *fit << ',');
|
||||
}
|
||||
LYXERR(Debug::GRAPHICS, '\n');
|
||||
}
|
||||
|
||||
return fmts;
|
||||
|
Loading…
Reference in New Issue
Block a user