Skip to content

Commit

Permalink
emit log for returning w/o any connection
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Aug 30, 2024
1 parent 0e831e7 commit d47a965
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async fn connect_next_available_rpc_server(
};
}

tracing::error!(target: LOG_TARGET, "Retrying to connect to any external relaychain node failed.");
Err(())
}

Expand Down

0 comments on commit d47a965

Please sign in to comment.