Skip to content

Commit

Permalink
Revert "fatal in node prober"
Browse files Browse the repository at this point in the history
This reverts commit 312775a.
  • Loading branch information
nkryuchkov committed Feb 3, 2025
1 parent 312775a commit db5d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/operator/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ var StartNodeCmd = &cobra.Command{
nodeProber := nodeprobe.NewProber(
logger,
func() {
logger.Fatal("ethereum node(s) are either out of sync or down. Ensure the nodes are healthy to resume.")
logger.Error("ethereum node(s) are either out of sync or down. Ensure the nodes are healthy to resume.")
},
map[string]nodeprobe.Node{
"execution client": executionClient,
Expand Down

0 comments on commit db5d2f4

Please sign in to comment.