Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4133 in orxonox.OLD for orxonox/trunk/src/factory.h


Ignore:
Timestamp:
May 9, 2005, 10:11:54 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: cleanup in gui: less useless output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/factory.h

    r4114 r4133  
    5757tFactory<T>::tFactory(const char* name) : Factory(name)
    5858{
    59   printf("fileName: %s\n", name);
     59  PRINTF(5)("fileName: %s\n", name);
    6060}
    6161 
Note: See TracChangeset for help on using the changeset viewer.