Add debug message
This commit is contained in:
parent
7e83ec69d1
commit
209205afd8
|
@ -943,8 +943,10 @@ void upsdrv_updateinfo(void)
|
||||||
|
|
||||||
alarm_init();
|
alarm_init();
|
||||||
|
|
||||||
if (hid_ups_walk(HU_WALKMODE_FULL_UPDATE) == FALSE)
|
if (hid_ups_walk(HU_WALKMODE_FULL_UPDATE) == FALSE) {
|
||||||
|
upsdebugx(1, "Boom...");
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
lastpoll = now;
|
lastpoll = now;
|
||||||
data_has_changed = FALSE;
|
data_has_changed = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user