Ignore:
Timestamp:
01/24/05 11:07:29 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MF.cc

    r5924 r5956  
    478478
    479479    if (!IsEnvDefined(env, prefix, "Condition", print))
     480    {
     481        if (rc)
     482        {
     483            *fLog << warn << GetDescriptor() << " ::ReadEnv - WARNING: No condition found." << endl;
     484            SetAllowEmpty();
     485        }
    480486        return rc;
     487    }
    481488
    482489    TString rule = GetEnvValue(env, prefix, "Condition", "");
     
    509516    if (rule.IsNull())
    510517    {
    511         *fLog << warn << "MF::ReadEnv - WARNING: Empty condition found." << endl;
     518        *fLog << warn << GetDescriptor() << " ::ReadEnv - WARNING: Empty condition found." << endl;
    512519        SetAllowEmpty();
    513520        return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.