X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.C;h=bbf67f0fe52f35b20d7b6a4a5ed5b649c599a250;hb=798af7d8f3a34dbad048934819f9da724882d06d;hp=005f562c3c0a5956a5b9b05e0a7212d64de97504;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/debug.C b/src/debug.C index 005f562c3c..bbf67f0fe5 100644 --- a/src/debug.C +++ b/src/debug.C @@ -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(errorTags[i].level) - << setw(10) << errorTags[i].name + os << setw(10) << static_cast(errorTags[i].level) + << setw(13) << errorTags[i].name << " " << to_utf8(_(errorTags[i].desc)) << '\n'; os.flush(); }