未验证 提交 0d24e95c 编写于 作者: O openharmony_ci 提交者: Gitee

!1765 FIX:修改编译告警

Merge pull request !1765 from cheng_jinsong/0213_u
......@@ -39,7 +39,7 @@ WatcherManager::~WatcherManager()
uint32_t WatcherManager::AddRemoteWatcher(uint32_t id, const sptr<IWatcher> &watcher)
{
if (id == getpid()) {
WATCHER_LOGE("Failed to add remote watcher %d", id);
WATCHER_LOGE("Failed to add remote watcher %u", id);
return 0;
}
WATCHER_CHECK(watcher != nullptr, return 0, "Invalid remote watcher");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册