1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

fix after Grid update

This commit is contained in:
Antonin Portelli 2016-02-23 16:21:45 +00:00
parent 02f8b84ac9
commit 1e10b4571d

View File

@ -35,7 +35,8 @@ BEGIN_HADRONS_NAMESPACE
class HadronsLogger: public Logger
{
public:
HadronsLogger(int on, std::string nm): Logger("Hadrons", on, nm){};
HadronsLogger(int on, std::string nm): Logger("Hadrons", on, nm,
Logger::BLACK){};
};
#define LOG(channel) std::cout << HadronsLog##channel