Skip to content

Commit

Permalink
Lower unnecessarily verbose log level
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Aug 8, 2023
1 parent 9887c44 commit 0a07457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/node_connections.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ namespace asynchost
const auto address_it = node_addresses.find(to);
if (address_it == node_addresses.end())
{
LOG_INFO_FMT("Ignoring node_outbound to unknown node {}", to);
LOG_TRACE_FMT("Ignoring node_outbound to unknown node {}", to);
return;
}

Expand Down

0 comments on commit 0a07457

Please sign in to comment.