Skip to content

Commit

Permalink
feat: Add logging of response in sube library
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 committed May 1, 2024
1 parent 8decdd7 commit 99459a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sube/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ where
)
.await?;

log::info!("{:?}", response);

match response {
Response::Value(value) => {
let bytes: [u8; 8] = value.as_ref()[..8].try_into().expect("fits");
Expand Down

0 comments on commit 99459a8

Please sign in to comment.