Changeset 9729 in orxonox.OLD for branches/new_class_id/src/lib/util/loading/load_param.cc
- Timestamp:
- Sep 14, 2006, 10:33:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/load_param.cc
r9727 r9729 81 81 if (!loadString.empty()) 82 82 { 83 PRINTF( 0)("Loading value '%s' with Parameters '%s' onto: %s::%s\n",83 PRINTF(4)("Loading value '%s' with Parameters '%s' onto: %s::%s\n", 84 84 this->paramName.c_str(), loadString.c_str(), this->object->getClassCName(), this->object->getCName()); 85 85 (*this->executor)(this->object, SubString(loadString, ",", SubString::WhiteSpaces, false, '\\'));
Note: See TracChangeset
for help on using the changeset viewer.