remove _now

This commit is contained in:
Conor Patrick
2021-04-25 16:31:25 +02:00
committed by Nicolas Stalder
parent 85da52fdca
commit 6c8ebbe4ed
+1 -1
View File
@@ -493,7 +493,7 @@ where
if !self.outbox.is_none() {
// Previous transaction will fail, but we'll be ready for new transactions.
self.state = State::Idle;
info_now!("overwriting last session..");
info!("overwriting last session..");
}
self.outbox = Some(packet);