Signed-off-by: zhaoyuan <zhaoyuan17@huawei.com>
This commit is contained in:
zhaoyuan
2021-08-18 20:03:49 +08:00
parent da7a1e2677
commit 9a5117bd71
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void TimeService::InitServiceHandler()
bool TimeService::SetTime(const int64_t time)
{
TIME_HILOGI("Setting time of day to milliseconds: %{public}lld", time);
TIME_HILOGI("Setting time of day to milliseconds");
if (time <= 0 || time / 1000LL >= INT_MAX) {
TIME_HILOGE("SetTime input param error");
return false;