mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
Logger fix: direct constructor call
This commit is contained in:
@@ -36,6 +36,6 @@ typedef unsigned long long timestamp_t;
|
||||
timestamp_t get_timestamp ();
|
||||
|
||||
#define LOG(type) \
|
||||
FairMQLogger::FairMQLogger().Log(FairMQLogger::type)
|
||||
FairMQLogger().Log(FairMQLogger::type)
|
||||
|
||||
#endif /* FAIRMQLOGGER_H_ */
|
||||
|
Reference in New Issue
Block a user