Skip to content

Commit

Permalink
db-sync: Improve a couple of logging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Apr 8, 2021
1 parent 257415f commit 2c5492b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano-db-sync/src/Cardano/DbSync/Era/Byron/Insert.hs
Expand Up @@ -115,7 +115,7 @@ insertABOBBoundary tracer blk details = do
Text.concat
[ "insertABOBBoundary: epoch "
, textShow (Byron.boundaryEpoch $ Byron.boundaryHeader blk)
, " hash "
, ", hash "
, Byron.renderAbstractHash (Byron.boundaryHashAnnotated blk)
]

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/src/Cardano/DbSync/Rollback.hs
Expand Up @@ -51,7 +51,7 @@ rollbackToSlot backend trce point =
Origin -> "Rolling back to genesis"
At blk -> mconcat
[ "Rolling back to "
, show $ blockPointSlot blk
, textShow (unSlotNo $ blockPointSlot blk)
, ", hash "
, renderByteArray $ toRawHash (Proxy @CardanoBlock) $ blockPointHash blk
]
Expand Down

0 comments on commit 2c5492b

Please sign in to comment.