Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7729 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
May 19, 2006, 3:07:09 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better debug names
As DEBUG and ERROR are already given to windows.h and other files:
DEBUG is renamed to DEBUG_LEVEL
and all
NO, ERR, WARN, INFO, DEBUG, vDEBUG
are renamed to
ORX_NONE, ORX_ERR, ORX_WARN, ORX_INFO, ORX_DEBUG, ORX_vDEBUG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r7721 r7729  
    507507  if (showGui || (!File("./orxonox.conf").isFile() &&
    508508                  !File(DEFAULT_CONFIG_FILE).isFile())
    509 #if DEBUG < 3 // developers do not need to see the GUI, when orxonox fails
     509#if DEBUG_LEVEL <= 3 // developers do not need to see the GUI, when orxonox fails
    510510      || ResourceManager::isFile(DEFAULT_LOCK_FILE)
    511511#endif
Note: See TracChangeset for help on using the changeset viewer.