Skip to content

Commit

Permalink
refactor: reduce noisy error logs (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita authored Sep 10, 2024
1 parent c9f937b commit 10cf944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portalnet/src/overlay/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ where
successfully_bonded_bootnode = true;
}
Err(err) => {
error!(
warn!(
alias = %bootnode.alias,
protocol = %self.protocol,
error = %err,
Expand All @@ -762,7 +762,7 @@ where
if !successfully_bonded_bootnode {
error!(
protocol = %self.protocol,
"Failed to bond with any bootnodes",
"Failed to bond with any bootnodes, unable to connect to subnetwork.",
);
}
}
Expand Down

0 comments on commit 10cf944

Please sign in to comment.