mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: objectRegistry: revert to printing on master only
This commit is contained in:
@ -288,7 +288,7 @@ bool Foam::regIOobject::readIfModified()
|
||||
if (modified())
|
||||
{
|
||||
const fileName& fName = time().getFile(watchIndex_);
|
||||
Pout<< "regIOobject::readIfModified() : " << nl
|
||||
Info<< "regIOobject::readIfModified() : " << nl
|
||||
<< " Re-reading object " << name()
|
||||
<< " from file " << fName << endl;
|
||||
return read();
|
||||
|
||||
Reference in New Issue
Block a user