From: André Pönitz Date: Tue, 25 Jun 2002 14:01:29 +0000 (+0000) Subject: add some debug msg X-Git-Tag: 1.6.10~19015 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac6f91abb7dbc8fcf643be7003d285ce64ca1120;p=features.git add some debug msg git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4477 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_factory.C b/src/mathed/math_factory.C index 7b6f49e5e7..6193b8a55f 100644 --- a/src/mathed/math_factory.C +++ b/src/mathed/math_factory.C @@ -179,6 +179,7 @@ bool math_font_available(string & name) void readSymbols(string const & filename) { + lyxerr[Debug::MATHED] << "read symbols from " << filename << "\n"; std::ifstream fs(filename.c_str()); while (fs) { int charid = 0;