Ignore:
Timestamp:
09/07/07 13:17:18 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r8642 r8744  
    237237    if (fHiGainLast>=num)
    238238    {
    239         *fLog << err << "ERROR - Last hi-gain slice must not exceed " << num-1 << endl;
     239        *fLog << err << "MExtractor: ERROR - Last hi-gain slice " << (int)fHiGainLast << " must not exceed " << num-1 << endl;
    240240        return kFALSE;
    241241    }
    242242    if (fLoGainLast>=num)
    243243    {
    244         *fLog << err << "ERROR - Last lo-gain slice must not exceed " << num-1 << endl;
     244        *fLog << err << "MExtractor: ERROR - Last lo-gain slice " << (int)fLoGainLast << " must not exceed " << num-1 << endl;
    245245        return kFALSE;
    246246    }
Note: See TracChangeset for help on using the changeset viewer.