This commit is contained in:
2020-09-05 15:59:25 +01:00
parent c99b380c03
commit 8202570561

View File

@ -380,7 +380,7 @@ uint8_t request(int fd, uint8_t cmd, uint8_t addr, t_longframe **retFrame) {
break;
case e_ERROR:
ledRed(true);
log("already error, read the rest (now: %02x) until timeout\n", c);
infolog("already error, read the rest (now: %02x) until timeout\n", c);
break;
default:
errlog("illegal state %d\n", state);