Skip to content
Snippets Groups Projects
Commit dfd7389b authored by andy's avatar andy
Browse files

STYLE: Corrected warning message

parent e1fe2c82
Branches
Tags
No related merge requests found
......@@ -93,10 +93,8 @@ void Foam::writeRegisteredObject::write()
}
else
{
WarningIn
(
"Foam::writeRegisteredObject::read(const dictionary&)"
) << "Object " << objectNames_[i] << " not found in "
WarningIn("Foam::writeRegisteredObject::write()")
<< "Object " << objectNames_[i] << " not found in "
<< "database. Available objects:" << nl << obr_.sortedToc()
<< endl;
}
......
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