From 41e26b7d54d0aa195ea13a06eeb576c8340a2a90 Mon Sep 17 00:00:00 2001 From: zhangfanfan2 Date: Sat, 26 Mar 2022 13:02:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3arm64=E9=97=A8?= =?UTF-8?q?=E7=A6=81=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #I4ZQXT Signed-off-by: zff --- services/ans/src/advanced_notification_service.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/ans/src/advanced_notification_service.cpp b/services/ans/src/advanced_notification_service.cpp index 1f16043a0..972b32657 100644 --- a/services/ans/src/advanced_notification_service.cpp +++ b/services/ans/src/advanced_notification_service.cpp @@ -3185,7 +3185,8 @@ ErrCode AdvancedNotificationService::SetDoNotDisturbDateByUser(const int32_t &us default: break; } - ANS_LOGD("Before set SetDoNotDisturbDate beginDate = %{public}lld, endDate = %{public}lld", beginDate, endDate); + ANS_LOGD("Before set SetDoNotDisturbDate beginDate = %{public}lld, endDate = %{public}lld", + (long long)beginDate, (long long)endDate); const sptr newConfig = new NotificationDoNotDisturbDate( date->GetDoNotDisturbType(), beginDate, -- Gitee