From 26aa2b4a971d33e8682c44c038cb85b7dcf0723d Mon Sep 17 00:00:00 2001 From: zhutianyi Date: Wed, 13 Jul 2022 20:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhutianyi --- services/timer/src/timer_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/timer/src/timer_manager.cpp b/services/timer/src/timer_manager.cpp index 78a9a58..fd58acc 100644 --- a/services/timer/src/timer_manager.cpp +++ b/services/timer/src/timer_manager.cpp @@ -136,7 +136,7 @@ bool TimerManager::DestroyTimer(uint64_t timerNumber) bool TimerManager::StopTimerInner(uint64_t timerNumber, bool needDestroy) { - TIME_HILOGD(TIME_MODULE_SERVICE, "start id: %{public}" PRId64 ", needDestroy: %{public}d" PRId64 "", + TIME_HILOGD(TIME_MODULE_SERVICE, "start id: %{public}" PRId64 ", needDestroy: %{public}d", timerNumber, needDestroy); std::lock_guard lock(entryMapMutex_); auto it = timerEntryMap_.find(timerNumber);