Changeset 5956 for trunk/MagicSoft/Mars/mfbase
- Timestamp:
- 01/24/05 11:07:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfbase/MF.cc
r5924 r5956 478 478 479 479 if (!IsEnvDefined(env, prefix, "Condition", print)) 480 { 481 if (rc) 482 { 483 *fLog << warn << GetDescriptor() << " ::ReadEnv - WARNING: No condition found." << endl; 484 SetAllowEmpty(); 485 } 480 486 return rc; 487 } 481 488 482 489 TString rule = GetEnvValue(env, prefix, "Condition", ""); … … 509 516 if (rule.IsNull()) 510 517 { 511 *fLog << warn << "MF::ReadEnv - WARNING: Empty condition found." << endl;518 *fLog << warn << GetDescriptor() << " ::ReadEnv - WARNING: Empty condition found." << endl; 512 519 SetAllowEmpty(); 513 520 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.