Ignore:
Timestamp:
11/19/03 00:23:54 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/merpp.cc

    r2521 r2531  
    6464}
    6565
    66 int main(const int argc, const char **argv)
     66int main(const int argc, char **argv)
    6767{
    6868    StartUpMessage();
     
    7979    }
    8080
    81     //
    82     // Set verbosity to highest level.
    83     //
    84     gLog.SetDebugLevel(arg.HasOption("-v") ? arg.GetIntAndRemove("-v") : 2);
    85 
    8681    if (arg.HasOption("-a") && arg.GetIntAndRemove("-a")==0)
    8782        gLog.SetNoColors();
    8883
    8984    const int kComprlvl = arg.HasOption("-c") ? arg.GetIntAndRemove("-c") : 1;
     85
     86    gLog.SetDebugLevel(arg.HasOption("-v") ? arg.GetIntAndRemove("-v") : 2);
    9087
    9188    //
Note: See TracChangeset for help on using the changeset viewer.