From b005c64c361b476b5e29cfb7ad29df2a0133c717 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Fri, 13 Sep 2019 11:10:47 +1000 Subject: [PATCH] Update cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs Co-Authored-By: Philipp Hoenisch --- cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs b/cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs index 79251e13ca..ea60f56d79 100644 --- a/cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs +++ b/cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs @@ -90,7 +90,7 @@ impl HtlcEvents for Arc { let query_bitcoin = Arc::clone(&self); let redeemed_query = self .create(BitcoinQuery::redeem_htlc(htlc_deployment.location)) - .inspect(|query_id| log::info!("Redeem query id {:?}", query_id)) + .inspect(|query_id| log::debug!("Redeem query id {:?}", query_id)) .map_err(rfc003::Error::Btsieve); redeemed_query.and_then(move |query_id| {