add some debug msg

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-06-25 14:01:29 +00:00
parent 7bddad38fd
commit ac6f91abb7

View 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;