From 933e5df1cffec4ff860ae1ebd399fc06deac78f7 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 ab4eeeb82..a9615070a 100644 --- a/src/cryptonote_protocol/levin_notify.cpp +++ b/src/cryptonote_protocol/levin_notify.cpp @@ -677,7 +677,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)});