Changeset 3301 for code/trunk/src/core/ConfigFileManager.cc
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigFileManager.cc
r3280 r3301 572 572 else 573 573 { 574 COUT(1) << "ConfigFileManager: Can't find a config file for type with ID " << (int)type<< std::endl;574 COUT(1) << "ConfigFileManager: Can't find a config file for type with ID " << static_cast<int>(type) << std::endl; 575 575 COUT(1) << "Using " << DEFAULT_CONFIG_FILE << " file." << std::endl; 576 576 this->setFilename(type, DEFAULT_CONFIG_FILE);
Note: See TracChangeset
for help on using the changeset viewer.