From 0c1e4d21d02f8a626e92af8104b63ed220b19465 Mon Sep 17 00:00:00 2001 From: zhang Date: Mon, 16 Aug 2021 16:51:41 +0800 Subject: [PATCH] modify debug information Signed-off-by: zhang --- core/manager/src/devmgr_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/manager/src/devmgr_service.c b/core/manager/src/devmgr_service.c index 545d8675a..5fa988a8a 100644 --- a/core/manager/src/devmgr_service.c +++ b/core/manager/src/devmgr_service.c @@ -139,7 +139,7 @@ static void DevmgrServiceUpdateStatus(struct DevHostServiceClnt *hostClnt, uint1 return; } } - HDF_LOGE("%s: not find device %u in host %u", __func__, hostClnt->hostId, deviceId); + HDF_LOGE("%s: not find device %u in host %u", __func__, deviceId, hostClnt->hostId); return; } -- Gitee