]> git.lyx.org Git - lyx.git/commitdiff
patch from dekel
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 18 Dec 2000 13:11:14 +0000 (13:11 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 18 Dec 2000 13:11:14 +0000 (13:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1282 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/mathed/math_cursor.C

index 28ae68488f82cb1fb7923fe016c1d25a2f63c00a..433f0899fd73f543a6ab11af169ed3f21a3e3b5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/mathed/math_cursor.C (Interpret) Suppress a debug message
+       in normal run.
+
 2000-12-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/support/copy.C: don't include filetools.h
index 32944de95b4b54c9fee768a2967c704edcbc5a43..255946800e1a25769d6ad68fd2d8d2bf728cfbe8 100644 (file)
@@ -639,7 +639,7 @@ void MathedCursor::Interpret(string const & s)
              p = new MathFuncInset(s, LM_OT_UNDEF);
        } else {
            tcode = static_cast<MathMacro*>(p)->getTCode();
-           lyxerr << "Macro2 " << s << ' ' << tcode << "  " ;
+           lyxerr[Debug::MATHED] << "Macro2 " << s << ' ' << tcode << endl;
        }
     } else {
        MathedInsetTypes fractype = LM_OT_FRAC;