Add CommandKindString to the log

Change-Id: Ie23123a85cff82b1732da85f5bffbff6958c02e5
This commit is contained in:
Jason Tang
2020-10-23 14:02:44 -04:00
کامیت شده توسط Jason Tang
والد 1da0fe4263
کامیت d943cae31f
2فایلهای تغییر یافته به همراه18 افزوده شده و 1 حذف شده
@@ -162,7 +162,7 @@ void HostQueue::loop(device::VirtualDevice* virtualDevice) {
continue;
}
ClPrint(LOG_DEBUG, LOG_CMD, "command is submitted: %p", command);
ClPrint(LOG_DEBUG, LOG_CMD, "command (%s) is submitted: %p", getOclCommandKindString(command->type()), command);
command->setStatus(CL_SUBMITTED);