SWDEV-301667 - Better log

Change-Id: I3b5b3593cb0144e56a4ddea2fa29028544a73203
This commit is contained in:
Saleel Kudchadker
2023-06-15 21:13:18 -07:00
والد 0330801846
کامیت b2240bcda5
2فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
+1 -1
مشاهده پرونده
@@ -3364,7 +3364,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t* attributes, const void
HIP_RETURN(hipSuccess);
}
LogPrintfError("Cannot get amd_mem_obj for ptr: 0x%x \n", ptr);
LogPrintfError("Cannot get amd_mem_obj for ptr: %p \n", ptr);
HIP_RETURN(hipErrorInvalidValue);
}