mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: function objects - use Info on construction/read, and Log for all other messages
This commit is contained in:
@ -111,7 +111,7 @@ bool Foam::functionObjects::timeActivatedFileUpdate::read
|
||||
lastIndex_ = -1;
|
||||
fileToUpdate_.expand();
|
||||
|
||||
Log << type() << " " << name() << " output:" << nl
|
||||
Info<< type() << " " << name() << " output:" << nl
|
||||
<< " time vs file list:" << endl;
|
||||
|
||||
forAll(timeVsFile_, i)
|
||||
@ -124,7 +124,7 @@ bool Foam::functionObjects::timeActivatedFileUpdate::read
|
||||
<< nl << exit(FatalError);
|
||||
}
|
||||
|
||||
Log << " " << timeVsFile_[i].first() << tab
|
||||
Info<< " " << timeVsFile_[i].first() << tab
|
||||
<< timeVsFile_[i].second() << endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user