Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2010, 11:15:31 PM (14 years ago)
Author:
landauf
Message:

using SetConfigValueExternal also for two old config values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Shell.cc

    r6536 r7167  
    105105        const unsigned int defaultLevel = 3;
    106106#endif
    107         setConfigValueGeneric(this, &softDebugLevel_, ConfigFileType::Settings, "OutputHandler", "softDebugLevel" + this->consoleName_, defaultLevel)
     107        SetConfigValueExternal(softDebugLevel_, "OutputHandler", "softDebugLevel" + this->consoleName_, defaultLevel)
    108108            .description("The maximal level of debug output shown in the Shell");
    109109        this->setSoftDebugLevel(this->softDebugLevel_);
Note: See TracChangeset for help on using the changeset viewer.