]> git.lyx.org Git - features.git/commitdiff
don't display a message unless in debug mode
authorAndré Pönitz <poenitz@gmx.net>
Thu, 18 Apr 2002 14:05:33 +0000 (14:05 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 18 Apr 2002 14:05:33 +0000 (14:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4024 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_parser.C

index 961bcac731aaa6ba0cd11d459b199bb22bd5a660..289a5dfc44e578409a14f13079c7d86374eb9124 100644 (file)
@@ -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;
        }