fixup another display -> debug

This commit is contained in:
Caleb Jamison 2024-02-22 06:40:39 -05:00
parent 25bff1d0b9
commit f1bf931920

View file

@ -243,7 +243,7 @@ impl<'d, T: Instance> I2cSlave<'d, T> {
return Poll::Ready(Err(Error::PartialWrite(buffer.len()))); return Poll::Ready(Err(Error::PartialWrite(buffer.len())));
} }
} }
trace!("len:{}, pend:{}", len, me.pending_byte); trace!("len:{}, pend:{:?}", len, me.pending_byte);
if me.pending_byte.is_some() { if me.pending_byte.is_some() {
warn!("pending") warn!("pending")
} }