Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 3:11:10 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: minor… sleep-state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/track_manager.cc

    r4239 r4260  
    422422              if( sscanf( container->Value(), "%lf,%lf,%lf", &x, &y, &z) == 3)
    423423                {
    424                   PRINTF(0)("Loaded Point: %lf,%lf,%lf (%s)\n", x, y, z, container->Value());
     424                  PRINTF(5)("Loaded Point: %lf,%lf,%lf (%s)\n", x, y, z, container->Value());
    425425                  addPoint( Vector( x, y, z));
    426426                }
Note: See TracChangeset for help on using the changeset viewer.