From: Michael Schmitt Date: Tue, 31 Oct 2006 20:26:25 +0000 (+0000) Subject: * messages.C: use lyxerr[Debug::DEBUG] rather than lyxerr X-Git-Tag: 1.6.10~12116 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed75dc4febc46196e1275813d4eae79878b5e3fe;p=features.git * 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 --- diff --git a/src/messages.C b/src/messages.C index f35038f62c..5cdf463022 100644 --- a/src/messages.C +++ b/src/messages.C @@ -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(msg); translated = ucs4; }