Skip to content

Commit 99f6d15

Browse files
committed
Merge branch 'urlog' of github.com:mateuszpn/llvm into urlog
2 parents 9c76aad + d2eadd1 commit 99f6d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/common/logger/ur_logger_details.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Logger {
151151
#define URLOG_L_INFO(logger_instance, legacy_message, ...) \
152152
URLOG_L2_(logger_instance, UR_LOGGER_LEVEL_INFO, legacy_message, __VA_ARGS__)
153153
#define URLOG_L_QUIET(logger_instance, legacy_message, ...) \
154-
URLOG_L2_(logger_instance, UR_LOGGER_LEVEL_QUIET, legacy_message, __VA_ARGS__)g
154+
URLOG_L2_(logger_instance, UR_LOGGER_LEVEL_QUIET, legacy_message, __VA_ARGS__)
155155

156156
#define URLOG_(logger_instance, level, ...) \
157157
URLOG_##level(logger_instance, __VA_ARGS__)

0 commit comments

Comments
 (0)