Skip to content

Commit 7fd0c54

Browse files
author
Roberto Di Remigio
committed
Empty LOG_TIME macro was defined in the wrong way... Corrected now
1 parent 4526867 commit 7fd0c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/LoggerInterface.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ static logging::logger<logging::FileLogPolicy> loggerInstance("pcmsolver.executi
1818
#define LOG(...)
1919
#define LOG_FINE(...)
2020
#define LOG_ALL(...)
21-
#define LOG_TIME(...)
21+
#define LOG_TIME
2222

2323
#endif // HAS_CXX11
24-
24+
2525
#endif // LOGGERINTERFACE_HPP

0 commit comments

Comments
 (0)