mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* messages.C: use lyxerr[Debug::DEBUG] rather than lyxerr
for debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15646 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b1631a8c5
commit
ed75dc4feb
@ -198,7 +198,7 @@ public:
|
||||
//lyxerr << "Same as entered returned" << endl;
|
||||
translated = from_ascii(tmp);
|
||||
} else {
|
||||
lyxerr << "We got a translation" << endl;
|
||||
lyxerr[Debug::DEBUG] << "We got a translation" << endl;
|
||||
char_type const * ucs4 = reinterpret_cast<char_type const *>(msg);
|
||||
translated = ucs4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user