- Timestamp:
- Sep 28, 2006, 1:02:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/resource_manager.cc
r9852 r9853 232 232 void ResourceManager::debug() const 233 233 { 234 PRINT(0)(" =RM===================================\n");235 PRINT(0)(" = RESOURCE-MANAGER DEBUG INFORMATION =\n");236 PRINT(0)(" ======================================\n");234 PRINT(0)("/==RM================================\\\n"); 235 PRINT(0)("| RESOURCE-MANAGER DEBUG INFORMATION |\n"); 236 PRINT(0)("\\====================================/\n"); 237 237 PRINT(0)(" MainGlobal search path is %s\n", this->_mainGlobalPath.name().c_str()); 238 238 if(!this->_globalPaths.empty()) … … 256 256 PRINT(0)("%d:'%s' ", i, this->_keepLevelNames[i].c_str()); 257 257 PRINT(0)("\n"); 258 PRINT(0)("================================= =RM==\n");258 PRINT(0)("=================================RM==/\n"); 259 259 } 260 260 }
Note: See TracChangeset
for help on using the changeset viewer.