diff --git a/src/spend.rs b/src/spend.rs index c139271f..5b15a372 100644 --- a/src/spend.rs +++ b/src/spend.rs @@ -344,7 +344,7 @@ fn select_coins_for_spend( #[cfg(debug)] let bnb_rounds = bnb_rounds / 1_000; if let Err(e) = selector.run_bnb(lowest_fee_change_cond, bnb_rounds) { - log::warn!( + log::debug!( "Coin selection error: '{}'. Selecting coins by descending value per weight unit...", e.to_string() );