Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Oct 7, 2024
1 parent a5217bf commit a6a6aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl<C> Platform<C> {
.map_err(Error::Protocol);

if result.is_err() {
tracing::trace!(
tracing::error!(
bytes = hex::encode(&bytes),
"Unable deserialize platform state for version {}",
platform_version.protocol_version
Expand Down

0 comments on commit a6a6aeb

Please sign in to comment.