Logger fix: direct constructor call

This commit is contained in:
Alexey Rybalchenko 2014-03-04 15:11:19 +01:00
parent ac8bbf154a
commit f31ae77ecb

View File

@ -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_ */