Skip to content

Commit ecb6a82

Browse files
committed
Remove old use of urPrint
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent f7fe03e commit ecb6a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urEventGetProfilingInfo(
533533
return ReturnValue(ContextEndTime);
534534
}
535535
default:
536-
urPrint("urEventGetProfilingInfo: not supported ParamName\n");
536+
logger::error("urEventGetProfilingInfo: not supported ParamName");
537537
return UR_RESULT_ERROR_INVALID_VALUE;
538538
}
539539
}

0 commit comments

Comments
 (0)