From 4d9a456303f190a22c2b00935d565c2f0db9b4df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 18 Dec 2000 13:11:14 +0000 Subject: [PATCH] patch from dekel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1282 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ src/mathed/math_cursor.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28ae68488f..433f0899fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-18 Dekel Tsur + + * src/mathed/math_cursor.C (Interpret) Suppress a debug message + in normal run. + 2000-12-17 Lars Gullik Bjønnes * src/support/copy.C: don't include filetools.h diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 32944de95b..255946800e 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -639,7 +639,7 @@ void MathedCursor::Interpret(string const & s) p = new MathFuncInset(s, LM_OT_UNDEF); } else { tcode = static_cast(p)->getTCode(); - lyxerr << "Macro2 " << s << ' ' << tcode << " " ; + lyxerr[Debug::MATHED] << "Macro2 " << s << ' ' << tcode << endl; } } else { MathedInsetTypes fractype = LM_OT_FRAC; -- 2.39.2