Skip to content

Commit 6c755a4

Browse files
committed
SWDEV-485672 - LOG_INFO corrected to LOG_ERROR for errors
Change-Id: I8ab5f2117dfd7725bd4ed8b178e370096aa31018
1 parent b89977d commit 6c755a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocclr/device/devhostcall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ bool enableHostcalls(const amd::Device &dev, void* bfr, uint32_t numPackets) {
432432
// For ROCr, create only one signal across all devices (inside hostcallListener->initSignal(dev)) whose pointer is stored in every hostcall buffer
433433
#if defined(WITH_PAL_DEVICE)
434434
else if (!hostcallListener->initDevice(dev)) {
435-
ClPrint(amd::LOG_INFO, (amd::LOG_INIT | amd::LOG_QUEUE | amd::LOG_RESOURCE),
435+
ClPrint(amd::LOG_ERROR, (amd::LOG_INIT | amd::LOG_QUEUE | amd::LOG_RESOURCE),
436436
"failed to initialize device for hostcall");
437437
return false;
438438
}

0 commit comments

Comments
 (0)