!224 warning 日志清除

Merge pull request !224 from 吴冯山/OpenHarmony-3.2-Beta2
This commit is contained in:
openharmony_ci
2022-07-27 13:43:04 +00:00
committed by Gitee
+1 -1
View File
@@ -715,7 +715,7 @@ bool TimerManager::ShowTimerTriggerById(int fd, uint64_t timerId)
for (size_t j = 0; j < alarmBatches_[i]->Size(); j++) {
if (alarmBatches_[i]->Get(j)->id == timerId) {
dprintf(fd, " - dump timer id = %lu\n", alarmBatches_[i]->Get(j)->id);
dprintf(fd, " * timer trigger = %llu\n", alarmBatches_[i]->Get(j)->origWhen);
dprintf(fd, " * timer trigger = %lu\n", alarmBatches_[i]->Get(j)->origWhen);
}
}
}