Ignore:
Timestamp:
02/16/05 15:48:20 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r6526 r6528  
    11981198    {
    11991199      *fLog << warn << GetDescriptor()
    1200             << ": Only overflow or underflow in high-gain pixel: " << pix.GetPixId() << endl;
     1200            << ": Only overflow or underflow in hi-gain pixel: " << pix.GetPixId() << endl;
    12011201      return;
    12021202    } 
     
    12811281  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
    12821282    {
    1283       *fLog << err << GetDescriptor()
    1284             << ": Only overflow or underflow in low-gain pixel: " << pix.GetPixId() << endl;
     1283      *fLog << warn << GetDescriptor()
     1284            << ": Only overflow or underflow in lo-gain pixel: " << pix.GetPixId() << endl;
    12851285      return;
    12861286    } 
Note: See TracChangeset for help on using the changeset viewer.