adjust log info.

This commit is contained in:
pandx 2024-11-08 09:15:05 +08:00
parent fbba282933
commit fb8ee6a00a

View File

@ -151,7 +151,7 @@ int SensorScheduler::GetNextDuration(int short_addr) {
long current_ts = GetLocalTs();
long next_ts = CalcNextTimestamp(id);
int duration = next_ts - current_ts;
zlog_debug(zct, "[%d] next duration is %d", id, duration);
zlog_warn(zct, "[%d] next duration is %d", id, duration);
return duration;
}