Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2011, 12:48:23 AM (13 years ago)
Author:
landauf
Message:

cleaned up contexts, added some sub-contexts and made some output verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/modules/overlays/GUIOverlay.cc

    r8811 r8835  
    7676            GUIManager::getInstance().showGUIExtra(this->guiName_, str);
    7777
    78             orxout(internal_info) << "Showing GUI " << this->guiName_ << endl;
     78            orxout(verbose, context::misc::gui) << "Showing GUI " << this->guiName_ << endl;
    7979        }
    8080        else
    8181        {
    8282            GUIManager::hideGUI(this->guiName_);
    83             orxout(internal_info) << "Hiding GUI " << this->guiName_ << endl;
     83            orxout(verbose, context::misc::gui) << "Hiding GUI " << this->guiName_ << endl;
    8484        }
    8585    }
Note: See TracChangeset for help on using the changeset viewer.