Skip to content
Snippets Groups Projects
Commit 3568e3a9 authored by mattijs's avatar mattijs
Browse files

ENH: objectRegistry: revert to printing on master only

parent 11ad0635
Branches
Tags
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment