Skip to content

Commit

Permalink
#5152: changed the 'Processed ledger' log output from streamLedger to…
Browse files Browse the repository at this point in the history
… be different phrase to avoid conflict with existing 'Processed ledger' log output from fsm (#5155)
  • Loading branch information
sreuland authored Jan 8, 2024
1 parent bd8533a commit 495d18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/processor_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (s *ProcessorRunner) streamLedger(ledger xdr.LedgerCloseMeta,
"ledger": true,
"commit": false,
"duration": time.Since(startTime).Seconds(),
}).Info("Processed ledger")
}).Info("Transaction processors finished for ledger")

return nil
}
Expand Down

0 comments on commit 495d18c

Please sign in to comment.