From df99ad6631c24874565977c466160bcc8357fa47 Mon Sep 17 00:00:00 2001 From: wangwang Date: Thu, 10 Oct 2024 09:17:03 +0000 Subject: [PATCH] update ipc/native/src/core/source/ipc_workthread.cpp. Signed-off-by: wangwang --- ipc/native/src/core/source/ipc_workthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/native/src/core/source/ipc_workthread.cpp b/ipc/native/src/core/source/ipc_workthread.cpp index 1848c1bd..fad0d2d9 100644 --- a/ipc/native/src/core/source/ipc_workthread.cpp +++ b/ipc/native/src/core/source/ipc_workthread.cpp @@ -111,7 +111,7 @@ void *IPCWorkThread::ThreadHandler(void *args) param->proto, param->policy, threadName.c_str()); IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(param->proto); if (invoker != nullptr) { - ZLOGI(LOG_LABEL, "invoker:%{public}u ", ProcessSkeleton::Convertaddr(invoker)); + ZLOGI(LOG_LABEL, "invoker:%{public}u ", ProcessSkeleton::ConvertAddr(invoker)); } } IPCThreadSkeleton::SaveThreadName(threadName);