Add debug message

This commit is contained in:
Anton 2023-09-15 17:07:30 +03:00
parent 7e83ec69d1
commit 209205afd8

View File

@ -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;