Better messaging for cache
This commit is contained in:
parent
0877382518
commit
df5b64d8b0
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ bool Foam::solution::cache(const word& name) const
|
|||
{
|
||||
if (debug)
|
||||
{
|
||||
Info<< "Cache: find entry for " << name << endl;
|
||||
Info<< "Cache: find entry for " << name
|
||||
<< ": " << Switch(cache_.found(name)) << endl;
|
||||
}
|
||||
|
||||
return cache_.found(name);
|
||||
|
|
Reference in a new issue