Skip to content

Commit

Permalink
Merge pull request #1169 from OffchainLabs/redis-error
Browse files Browse the repository at this point in the history
no live sequencer log should be error
  • Loading branch information
PlasmaPower committed Sep 22, 2022
2 parents b463fc9 + a102354 commit 436b90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/redis_coordinator.go
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 436b90a

Please sign in to comment.