Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2006, 11:42:52 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: less debug

File:
1 edited

Legend:

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

    r9715 r9725  
    3131    : _classID(classID)
    3232{
    33   printf("Factory::create(%s::%d)\n", classID.name().c_str(), classID.id());
     33  PRINTF(4)("Factory::create(%s::%d)\n", classID.name().c_str(), classID.id());
    3434  //this->registerObject(this, Factory::_objectList);
    3535  this->setName(classID.name());
Note: See TracChangeset for help on using the changeset viewer.