From ac6f91abb7dbc8fcf643be7003d285ce64ca1120 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 25 Jun 2002 14:01:29 +0000 Subject: [PATCH] add some debug msg git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4477 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_factory.C | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2