Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9729 in orxonox.OLD for branches/new_class_id/src/lib/util/loading


Ignore:
Timestamp:
Sep 14, 2006, 10:33:07 PM (18 years ago)
Author:
bensch
Message:

less realy useless debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param.cc

    r9727 r9729  
    8181    if (!loadString.empty())
    8282    {
    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",
    8484                this->paramName.c_str(), loadString.c_str(), this->object->getClassCName(), this->object->getCName());
    8585      (*this->executor)(this->object, SubString(loadString, ",", SubString::WhiteSpaces, false, '\\'));
Note: See TracChangeset for help on using the changeset viewer.