From 6caa1b7bc53b430bb815fe394bedb475c718f315 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 8 Jan 2003 17:38:47 +0000 Subject: [PATCH] only scream when asked... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5924 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulabase.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 758dc0c611..be8ee3c160 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -234,7 +234,7 @@ void InsetFormulaBase::getCursorPos(BufferView *, int & x, int & y) const void InsetFormulaBase::toggleInsetCursor(BufferView * bv) { if (!mathcursor) { - lyxerr << "toggleInsetCursor impossible" << endl; + lyxerr[Debug::MATHED] << "toggleInsetCursor impossible" << endl; return; } //lyxerr << "toggleInsetCursor: " << isCursorVisible() << endl; @@ -356,7 +356,7 @@ Inset::RESULT InsetFormulaBase::lfunMousePress(FuncRequest const & cmd) //lyxerr << "lfunMousePress: buttons: " << cmd.button() << endl; if (!mathcursor || mathcursor->formula() != this) { - lyxerr << "re-create cursor" << endl; + lyxerr[Debug::MATHED] << "re-create cursor" << endl; releaseMathCursor(bv); mathcursor = new MathCursor(this, cmd.x == 0); metrics(bv); -- 2.39.5