Ignore:
Timestamp:
09/15/04 14:53:06 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5024 r5030  
    466466        {
    467467          *fLog << endl;
    468           *fLog << warn << GetDescriptor()
    469                 << ": No MCalibrationBlindCam found... no Blind Pixel method! " << endl;
     468          *fLog << warn << "No MCalibrationBlindCam found... no Blind Pixel method! " << endl;
    470469          return kFALSE;
    471470        }
     
    492491    {
    493492      *fLog << endl;
    494       *fLog << warn << GetDescriptor()
    495             << ": MCalibrationChargePINDiode not found... no PIN Diode method! " << endl;
     493      *fLog << "MCalibrationChargePINDiode not found... no PIN Diode method! " << endl;
    496494    }
    497495 
Note: See TracChangeset for help on using the changeset viewer.