]> git.lyx.org Git - features.git/commitdiff
add some debug msg
authorAndré Pönitz <poenitz@gmx.net>
Tue, 25 Jun 2002 14:01:29 +0000 (14:01 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 25 Jun 2002 14:01:29 +0000 (14:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4477 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_factory.C

index 7b6f49e5e727c0c358cef3b279a9b557ede1438d..6193b8a55f9ecff9ea98c7c0bd0f19e5e9079d3d 100644 (file)
@@ -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;