Skip to content

Commit d2a2b92

Browse files
authored
[UR] fix a logger invocation error (#19037)
Found when enabled with `UR_USE_ASAN`.
1 parent e84de94 commit d2a2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/common/linux/ur_lib_loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LibLoader::loadAdapterLibrary(const char *name) {
4040
bool deepbind = getenv_tobool(DEEP_BIND_ENV);
4141
if (deepbind) {
4242
#if defined(SANITIZER_ANY)
43-
UR_LOG(WARN
43+
UR_LOG(WARN,
4444
"Enabling RTLD_DEEPBIND while running under a sanitizer is likely "
4545
"to cause issues. Consider disabling {} environment variable.",
4646
DEEP_BIND_ENV);

0 commit comments

Comments
 (0)