mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 23:40:16 +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 ();
|
timestamp_t get_timestamp ();
|
||||||
|
|
||||||
#define LOG(type) \
|
#define LOG(type) \
|
||||||
FairMQLogger::FairMQLogger().Log(FairMQLogger::type)
|
FairMQLogger().Log(FairMQLogger::type)
|
||||||
|
|
||||||
#endif /* FAIRMQLOGGER_H_ */
|
#endif /* FAIRMQLOGGER_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user