Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2007, 11:47:39 PM (17 years ago)
Author:
patrick
Message:

removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/world_entity.cc

    r10248 r10312  
    279279void WorldEntity::loadMountPoints( Model* model, const std::string& fileName)
    280280{
    281   PRINTF(0)("loading the oif File: %s\n", fileName.c_str());
     281  PRINTF(5)("loading the oif File: %s\n", fileName.c_str());
    282282
    283283  // now load the object information file
     
    379379  else if( this->mountPoints[slot] != NULL)
    380380  {
    381     PRINTF(0)("adding a mount point to a slot, that already is occupied! ignoring - maybe some object did not get connected well (object: %s)\n", this->getClassCName());
     381    PRINTF(4)("adding a mount point to a slot, that already is occupied! ignoring - maybe some object did not get connected well (object: %s)\n", this->getClassCName());
    382382  }
    383383
Note: See TracChangeset for help on using the changeset viewer.