Changeset 9292 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 02/03/09 13:28:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.cc
r9289 r9292 153 153 str.Remove(0, pos2); 154 154 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. 156 158 if (str2[0]=='-') 157 159 str2.Remove(0, 1); … … 159 161 if (!str2.IsDigit()) 160 162 { 161 *fLog << warn << "WARNING - Wrong type of second argument : " << str2 << endl;163 *fLog << warn << "WARNING - Wrong type of second argument (obs. category): " << str2 << endl; 162 164 return kFALSE; 163 165 }
Note:
See TracChangeset
for help on using the changeset viewer.