Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4133 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_exec.cc


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/lib/gui/gui/gui_exec.cc

    r4132 r4133  
    151151  this->confDir = ResourceManager::homeDirCheck(confDir);
    152152
    153   PRINTF(3)("Config Directory is: %s.\n", this->confDir);
     153  PRINTF(5)("Config Directory is: %s.\n", this->confDir);
    154154  //! \todo F** Windows-support
    155155#ifndef __WIN32__
     
    172172  this->confFile = new char[strlen(this->confDir)+strlen(fileName)+2];
    173173  sprintf(this->confFile, "%s/%s", this->confDir, fileName);
    174   PRINTF(3)("ConfigurationFile is %s.\n", this->confFile);
     174  PRINTF(5)("ConfigurationFile is %s.\n", this->confFile);
    175175}
    176176
Note: See TracChangeset for help on using the changeset viewer.