Skip to content

Commit 732a676

Browse files
committed
fix log in napi module
1 parent ae1757b commit 732a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry/src/main/cpp/napi_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static napi_value close(napi_env env, napi_callback_info info) {
329329
auto iterm = terms.find(id);
330330
if (iterm != terms.end()) {
331331

332-
OH_LOG_INFO(LOG_APP, "Close, id: %{public}d, (%{public}d, %{public}d)", id);
332+
OH_LOG_INFO(LOG_APP, "Close, id: %{public}d", id);
333333

334334
kill(iterm->second.pid, 15);
335335
}

0 commit comments

Comments
 (0)