Skip to content

Commit

Permalink
no live sequencer log should be error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Sep 22, 2022
1 parent b463fc9 commit a102354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/redis_coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (c *RedisCoordinator) RecommendLiveSequencer(ctx context.Context) (string,
}
return url, nil
}
log.Info("no sequencer appears live on redis", "priorities", prioritiesString)
log.Error("no sequencer appears live on redis", "priorities", prioritiesString)
return "", nil
}

Expand Down

0 comments on commit a102354

Please sign in to comment.