chore: misc print message improvements

This commit is contained in:
2022-04-29 12:41:05 -05:00
parent 6c88a0aec2
commit f2f4bb205a
2 changed files with 2 additions and 2 deletions

View File

@@ -374,7 +374,7 @@ const Eeprom = struct {
}
if (self.state == .RequestEnd) {
if (bit != 0) log.err("Request did not end in 0u1. EEPROM parsing invariant violated", .{});
if (bit != 0) log.debug("EEPROM Request did not end in 0u1. TODO: is this ok?", .{});
self.state = .Ready;
return;
}