Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2008, 4:22:25 PM (16 years ago)
Author:
rgrieder
Message:

fixed a stupid bug in Timer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Exception.h

    r1670 r1704  
    101101                  : Exception(description, lineNumber, fileName, functionName)
    102102        {
    103             // let the catcher decide whether to display the message below level 3
    104             COUT(3) << this->getFullDescription() << std::endl;
     103            // let the catcher decide whether to display the message below level 4
     104            COUT(4) << this->getFullDescription() << std::endl;
    105105        }
    106106
     
    108108            : Exception(description)
    109109        {
    110             // let the catcher decide whether to display the message below level 3
    111             COUT(3) << this->getFullDescription() << std::endl;
     110            // let the catcher decide whether to display the message below level 4
     111            COUT(4) << this->getFullDescription() << std::endl;
    112112        }
    113113
Note: See TracChangeset for help on using the changeset viewer.