Ignore:
Timestamp:
06/12/01 13:08:58 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.cc

    r752 r843  
    5454
    5555#include "MLog.h"
     56#include "MLogManip.h"
     57
    5658#include "MParList.h"
    5759#include "MTaskList.h"
     
    8789    if (!fParList)
    8890    {
    89         *fLog << "MEvtLoop::Eventloop - Error: Parlist not initialized." << endl;
     91        *fLog << dbginf << "Parlist not initialized." << endl;
    9092        return kFALSE;
    9193    }
     
    98100    if (!fTaskList)
    99101    {
    100         *fLog << "MEvtLoop::Eventloop - Error: Cannot find tasklist '" << tlist << "' in parameter list." << endl;
     102        *fLog << dbginf << "Cannot find tasklist '" << tlist << "' in parameter list." << endl;
    101103        return kFALSE;
    102104    }
Note: See TracChangeset for help on using the changeset viewer.