Skip to content

Commit

Permalink
Info log level
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Aug 22, 2023
1 parent 4bd13b5 commit ae1c184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-amqp"
version = "0.8.2"
version = "0.8.3"
authors = ["ntex contributors <[email protected]>"]
description = "AMQP 1.0 Client/Server framework"
documentation = "https://docs.rs/ntex-amqp"
Expand Down
2 changes: 1 addition & 1 deletion src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ impl SessionInner {
if let Some(val) = self.unsettled_deliveries.remove(&no) {
val.ready(Ok(disposition.clone()));
} else {
log::error!(
log::info!(
"Could not find handler for {:?}, no: {:?}, unsettled: {:?}",
disposition,
no,
Expand Down

0 comments on commit ae1c184

Please sign in to comment.