Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3591 in orxonox.OLD for orxonox/trunk/src/track_manager.cc


Ignore:
Timestamp:
Mar 17, 2005, 2:04:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: debug.h some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track_manager.cc

    r3590 r3591  
    1414*/
    1515
    16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_TRACKMANAGER
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_TRACK_MANAGER
    1717
    1818#include "track_manager.h"
     
    672672{
    673673  dt /= 1000;
    674   printf("CurrentTrackID: %d, LocalTime is: %f, timestep is: %f\n", this->currentTrackElem->ID, this->localTime, dt);
     674  PRINTF(4)("CurrentTrackID: %d, LocalTime is: %f, timestep is: %f\n", this->currentTrackElem->ID, this->localTime, dt);
    675675  if (this->localTime <= this->firstTrackElem->duration)
    676676    this->jumpTo(this->localTime);
Note: See TracChangeset for help on using the changeset viewer.