Changeset 5298 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Oct 7, 2005, 12:48:02 PM (19 years ago)
- Location:
- trunk/src/util/loading
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/factory.cc
r5162 r5298 69 69 assert( factory != NULL); 70 70 71 PRINTF( 4)("Registered factory for '%s'\n", factory->getName());71 PRINTF(5)("Registered factory for '%s'\n", factory->getName()); 72 72 73 73 if( Factory::first == NULL) -
trunk/src/util/loading/load_param.h
r5279 r5298 310 310 (*pt2Object.*function)(elem); 311 311 else 312 PRINTF(2)("%s of %s is empty ", paramName, pt2Object->getClassName());312 PRINTF(2)("%s of %s is empty\n", paramName, pt2Object->getClassName()); 313 313 } 314 314 else
Note: See TracChangeset
for help on using the changeset viewer.