Skip to content

Commit

Permalink
(NOBIDS) add additional monitoring logic
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Nov 27, 2023
1 parent 2bf7611 commit ed3d5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func startElDataMonitoringService() {
}
blockBlocksTable, err := db.BigtableClient.GetBlockFromBlocksTable(uint64(numberBlocksTable))
if err != nil {
errorMsg := fmt.Errorf("error: could not retrieve latest block from the blocks table: %v", err)
errorMsg := fmt.Errorf("error: could not retrieve latest block (%d) from the blocks table: %v", numberBlocksTable, err)
ReportStatus(name, errorMsg.Error(), nil)
continue
}
Expand Down

0 comments on commit ed3d5dc

Please sign in to comment.