]> git.lyx.org Git - lyx.git/commitdiff
* messages.C: use lyxerr[Debug::DEBUG] rather than lyxerr
authorMichael Schmitt <michael.schmitt@teststep.org>
Tue, 31 Oct 2006 20:26:25 +0000 (20:26 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Tue, 31 Oct 2006 20:26:25 +0000 (20:26 +0000)
for debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15646 a592a061-630c-0410-9148-cb99ea01b6c8

src/messages.C

index f35038f62cdbd4ab11edba2802dd9d0a7a4a83a1..5cdf463022b5837a410b3286f51f5f6c17b2e267 100644 (file)
@@ -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;
                }