Skip to content

Commit

Permalink
chore: add log for test
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Sep 13, 2024
1 parent 3f9e0bc commit 2e327dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finality-provider/service/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,10 @@ func (app *FinalityProviderApp) syncChainFpStatusLoop() {
for {
select {
case <-syncFpStatusTicker.C:
app.Logger().Info("running SyncFinalityProviderStatus")
// sync finality-provider status
if err := app.SyncFinalityProviderStatus(); err != nil {
app.Logger().Error("failed to sync finality-provider status", zap.Error(err))
continue
}

case <-app.quit:
Expand Down

0 comments on commit 2e327dc

Please sign in to comment.