From d25de6434b2accebf3ee5196dd658dd1a41a55ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 30 May 2002 10:20:27 +0000 Subject: [PATCH] remove some chatter git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4297 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_factory.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_factory.C b/src/mathed/math_factory.C index e0e16d2a02..7974efc7fa 100644 --- a/src/mathed/math_factory.C +++ b/src/mathed/math_factory.C @@ -221,11 +221,11 @@ void readSymbols(string const & filename) } if (theWordList.find(tmp.name) != theWordList.end()) - lyxerr << "readSymbols: inset " << tmp.name + lyxerr[Debug::MATHED] << "readSymbols: inset " << tmp.name << " already exists.\n"; else theWordList[tmp.name] = tmp; - lyxerr << "read symbol '" << tmp.name + lyxerr[Debug::MATHED] << "read symbol '" << tmp.name << " inset: " << tmp.inset << " draw: " << int(tmp.draw[0]) << " extra: " << tmp.extra -- 2.39.2