From 763fbc6f1bca09491e3fd1be345e903c5a4c9dd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 18 Apr 2002 14:05:33 +0000 Subject: [PATCH] don't display a message unless in debug mode git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4024 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index 961bcac731..289a5dfc44 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -859,7 +859,8 @@ bool Parser::parse_normal(MathAtom & matrix) } if (cs != "begin") { - lyxerr << "'begin' of un-simple math expected, got '" << cs << "'\n"; + lyxerr[Debug::MATHED] + << "'begin' of un-simple math expected, got '" << cs << "'\n"; return false; } -- 2.39.2