1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 13:40:46 +01:00

Hadrons: message fix

This commit is contained in:
Antonin Portelli 2016-05-12 18:33:49 +01:00
parent afe5a94745
commit 2b31bf61ff

View File

@ -406,7 +406,7 @@ void Environment::freeLattice(const unsigned int address)
{ {
if (!isDryRun()) if (!isDryRun())
{ {
LOG(Message) << "Freeing lattice '" << moduleName_[address] LOG(Message) << "Freeing lattice '" << objectName_[address]
<< "'" << std::endl; << "'" << std::endl;
} }
lattice_.erase(address); lattice_.erase(address);