Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5298 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Oct 7, 2005, 12:48:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: output-issues

Location:
trunk/src/util/loading
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/factory.cc

    r5162 r5298  
    6969  assert( factory != NULL);
    7070
    71   PRINTF(4)("Registered factory for '%s'\n", factory->getName());
     71  PRINTF(5)("Registered factory for '%s'\n", factory->getName());
    7272
    7373  if( Factory::first == NULL)
  • trunk/src/util/loading/load_param.h

    r5279 r5298  
    310310        (*pt2Object.*function)(elem);
    311311      else
    312         PRINTF(2)("%s of %s is empty", paramName, pt2Object->getClassName());
     312        PRINTF(2)("%s of %s is empty\n", paramName, pt2Object->getClassName());
    313313    }
    314314    else
Note: See TracChangeset for help on using the changeset viewer.