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:
@ -162,7 +162,7 @@ bool Foam::functionObjects::streamLine::read(const dictionary& dict)
|
||||
nSubCycle_ = max(nSubCycle_, 1);
|
||||
|
||||
|
||||
Log << " automatic track length specified through"
|
||||
Info<< " automatic track length specified through"
|
||||
<< " number of sub cycles : " << nSubCycle_ << nl
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user