Skip to content

Commit 3d8a19c

Browse files
JemaleCompute-Runtime-Automation
authored andcommitted
fix: Correct KMD API in log
Related-To: NEO-13743 Signed-off-by: Jemale Lockett <jemale.lockett@intel.com>
1 parent e42fc39 commit 3d8a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level_zero/tools/source/debug/windows/debug_session.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ ze_result_t DebugSessionWindows::continueExecutionImp(uint64_t memoryHandle) {
757757
return ZE_RESULT_ERROR_NOT_AVAILABLE;
758758
}
759759

760-
PRINT_DEBUGGER_INFO_LOG("DBGUMD_ACTION_EU_CTRL_INTR_REQUEST - Success\n");
760+
PRINT_DEBUGGER_INFO_LOG("DBGUMD_ACTION_EU_CTRL_CONT_EXECUTION - Success\n");
761761
return ZE_RESULT_SUCCESS;
762762
}
763763

0 commit comments

Comments
 (0)