diff --git a/source/lib/common/logging.hpp b/source/lib/common/logging.hpp index c833603430..99ec86eaf7 100644 --- a/source/lib/common/logging.hpp +++ b/source/lib/common/logging.hpp @@ -55,7 +55,7 @@ # define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_FATAL #else # define ROCP_CI_LOG_IF(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL##_IF(__VA_ARGS__) -# define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL## +# define ROCP_CI_LOG(NON_CI_LEVEL, ...) ROCP_##NON_CI_LEVEL #endif namespace rocprofiler