Ignore:
Timestamp:
01/22/02 17:32:15 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.cc

    r1203 r1209  
    6767    if (!fHillas)
    6868    {
    69         *fLog << dbginf << "MHillas not found... aborting." << endl;
     69        *fLog << err << dbginf << "MHillas not found... aborting." << endl;
    7070        return kFALSE;
    7171    }
     
    7474    if (!fSrcPos)
    7575    {
    76         *fLog << dbginf << "MSrcPosCam missing in Parameter List... aborting." << endl;
     76        *fLog << err << dbginf << fSrcName << " [MSrcPosCam] not found... aborting." << endl;
    7777        return kFALSE;
    7878    }
Note: See TracChangeset for help on using the changeset viewer.