Ignore:
Timestamp:
02/03/09 13:28:09 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportCC.cc

    r9289 r9292  
    153153            str.Remove(0, pos2);
    154154
    155             // Remove a leading minus. FIXME: What is its meaning?
     155            // Remove a leading minus. The negative numbers are error codes introduced
     156            // by Arehucas. It's only meant for the GRB monitor to change the priority
     157            // of its alerts.
    156158            if (str2[0]=='-')
    157159                str2.Remove(0, 1);
     
    159161            if (!str2.IsDigit())
    160162            {
    161                 *fLog << warn << "WARNING - Wrong type of second argument: " << str2 << endl;
     163                *fLog << warn << "WARNING - Wrong type of second argument (obs. category): " << str2 << endl;
    162164                return kFALSE;
    163165            }
Note: See TracChangeset for help on using the changeset viewer.