mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Adjust -dbg output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16233 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35914695d1
commit
d4575a6c92
@ -124,8 +124,8 @@ void lyx_debug_trait::showLevel(ostream & os, lyx_debug_trait::type level)
|
|||||||
void lyx_debug_trait::showTags(ostream & os)
|
void lyx_debug_trait::showTags(ostream & os)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < numErrorTags ; ++i)
|
for (int i = 0; i < numErrorTags ; ++i)
|
||||||
os << setw(7) << static_cast<unsigned int>(errorTags[i].level)
|
os << setw(10) << static_cast<unsigned int>(errorTags[i].level)
|
||||||
<< setw(10) << errorTags[i].name
|
<< setw(13) << errorTags[i].name
|
||||||
<< " " << to_utf8(_(errorTags[i].desc)) << '\n';
|
<< " " << to_utf8(_(errorTags[i].desc)) << '\n';
|
||||||
os.flush();
|
os.flush();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user