Changeset 141 in pacpusframework for branches/2.0-beta1/src/DBITEPlayerLib
- Timestamp:
- Jul 30, 2013, 5:48:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/DBITEPlayerLib/DbtPlyFileManager.cpp
r89 r141 120 120 dbt.pfile->open(mDbtFilenameList.at(i).toStdString(), ReadMode); 121 121 } catch (DbiteException & e) { 122 (void) e; // unused 122 123 LOG_ERROR("cannot open DBT file \"" << mDbtFilenameList.at(i) << "\""); 123 124 LOG_DEBUG("error: " << e.what()); … … 179 180 void DbtPlyFileManager::displayUI() 180 181 { 181 //LOG_WARN("component '" << componentName << "' has no user interface. Please set ui property to 0 in your XML configuration");182 LOG_WARN("component '" << componentName << "' has no user interface. Please set ui property to 0 in your XML configuration"); 182 183 } 183 184
Note:
See TracChangeset
for help on using the changeset viewer.