Replaced TRACE_ERR(..) with VERBOSE(1,...) in PDTAimp.h.

This commit is contained in:
Ulrich Germann 2014-06-27 01:02:23 +01:00
parent 2ac93eca5c
commit e4c35b9896

View File

@ -233,7 +233,7 @@ public:
//InputFileStream in(filePath); //InputFileStream in(filePath);
//m_dict->Create(in,filePath); //m_dict->Create(in,filePath);
} }
TRACE_ERR( "reading bin ttable\n"); VERBOSE(1,"reading bin ttable\n");
// m_dict->Read(filePath); // m_dict->Read(filePath);
bool res=m_dict->Read(filePath); bool res=m_dict->Read(filePath);
if (!res) { if (!res) {