From 5fc33d80b77fa0dce01660488fba52f735af1729 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 12 Jul 2021 20:09:04 +0300 Subject: [PATCH] change unable to send transaction warning to debug --- src/cryptonote_protocol/levin_notify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_protocol/levin_notify.cpp b/src/cryptonote_protocol/levin_notify.cpp index 0b065c3c3..c66b464f5 100644 --- a/src/cryptonote_protocol/levin_notify.cpp +++ b/src/cryptonote_protocol/levin_notify.cpp @@ -662,7 +662,7 @@ namespace levin auto connections = get_out_connections(*zone_->p2p, height); if (connections.empty()) - MWARNING("Unable to send transaction(s) to " << epee::net_utils::zone_to_string(zone_->nzone) << + MDEBUG("Unable to send transaction(s) to " << epee::net_utils::zone_to_string(zone_->nzone) << " - no suitable outbound connections at height " << height); zone_->strand.post(update_channels{zone_, std::move(connections)});