tool/CommandDebug.cpp
changeset 2589 2b9c78543663
parent 1968 4f682084c643
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    71 void CommandDebug::execute(const StringVector &args)
    71 void CommandDebug::execute(const StringVector &args)
    72 {
    72 {
    73 	MasterIndexList masterIndices;
    73 	MasterIndexList masterIndices;
    74     stringstream str;
    74     stringstream str;
    75     int debugLevel;
    75     int debugLevel;
    76     
    76 
    77     if (args.size() != 1) {
    77     if (args.size() != 1) {
    78         stringstream err;
    78         stringstream err;
    79         err << "'" << getName() << "' takes exactly one argument!";
    79         err << "'" << getName() << "' takes exactly one argument!";
    80         throwInvalidUsageException(err);
    80         throwInvalidUsageException(err);
    81     }
    81     }