mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
change unable to send transaction warning to debug
This commit is contained in:
parent
dfeafb77b9
commit
5fc33d80b7
1 changed files with 1 additions and 1 deletions
|
@ -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)});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue