Merge branch 'dg102' of http://192.168.0.10:3000/pandx/WLG into dg102

This commit is contained in:
zhangsheng 2024-11-16 18:05:30 +08:00
commit 1e0ad9e807

View File

@ -472,7 +472,7 @@ int SensorScheduler::UpdateSensorConfig(int short_addr) {
int id = 0;
auto iter = short_addr_map_.find(short_addr);
if (iter == short_addr_map_.end()) {
zlog_error(zct, "cannot find id for short_addr %d", short_addr);
zlog_info(zct, "cannot find id for short_addr %d", short_addr);
return 1;
} else {
id = iter->second;