Merge branch 'dg101' of http://192.168.0.10:3000/pandx/WLG into dg101
This commit is contained in:
commit
6795be5515
@ -472,7 +472,7 @@ int SensorScheduler::UpdateSensorConfig(int short_addr) {
|
|||||||
int id = 0;
|
int id = 0;
|
||||||
auto iter = short_addr_map_.find(short_addr);
|
auto iter = short_addr_map_.find(short_addr);
|
||||||
if (iter == short_addr_map_.end()) {
|
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;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
id = iter->second;
|
id = iter->second;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user