debug
This commit is contained in:
parent
8a9da6e8da
commit
78c0fbf83b
@ -38,9 +38,7 @@ impl<'a> MessageHandler<'a> {
|
||||
.await
|
||||
}
|
||||
_ => {
|
||||
if log_enabled!(Level::Debug) {
|
||||
debug!("Unhandled message payload: {:?}", message.payload);
|
||||
}
|
||||
debug!("Unhandled message payload: {:?}", message.payload);
|
||||
Some(())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user