mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Logger fix: direct constructor call
This commit is contained in:
parent
ac8bbf154a
commit
f31ae77ecb
|
@ -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_ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user