adjust log info.
This commit is contained in:
parent
fbba282933
commit
fb8ee6a00a
@ -151,7 +151,7 @@ int SensorScheduler::GetNextDuration(int short_addr) {
|
|||||||
long current_ts = GetLocalTs();
|
long current_ts = GetLocalTs();
|
||||||
long next_ts = CalcNextTimestamp(id);
|
long next_ts = CalcNextTimestamp(id);
|
||||||
int duration = next_ts - current_ts;
|
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;
|
return duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user