]> git.lyx.org Git - lyx.git/commitdiff
Adjust -dbg output
authorEnrico Forestieri <forenr@lyx.org>
Sun, 10 Dec 2006 16:51:25 +0000 (16:51 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 10 Dec 2006 16:51:25 +0000 (16:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16233 a592a061-630c-0410-9148-cb99ea01b6c8

src/debug.C

index 005f562c3c0a5956a5b9b05e0a7212d64de97504..bbf67f0fe52f35b20d7b6a4a5ed5b649c599a250 100644 (file)
@@ -124,8 +124,8 @@ void lyx_debug_trait::showLevel(ostream & os, lyx_debug_trait::type level)
 void lyx_debug_trait::showTags(ostream & os)
 {
        for (int i = 0; i < numErrorTags ; ++i)
-               os << setw(7) << static_cast<unsigned int>(errorTags[i].level)
-                  << setw(10) << errorTags[i].name
+               os << setw(10) << static_cast<unsigned int>(errorTags[i].level)
+                  << setw(13) << errorTags[i].name
                   << "  " << to_utf8(_(errorTags[i].desc)) << '\n';
        os.flush();
 }