Skip to content

Commit

Permalink
Tweak Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Jul 2, 2024
1 parent 0319293 commit 142c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/lib/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ def catch_up(db, check_asset_conservation=True):
minutes, seconds = divmod(remainder, 60)
formatted_duration = f"{hours}h {minutes}m {seconds}s"
logger.debug(
f"Block {util.CURRENT_BLOCK_INDEX}/{block_count} parsed, for {parsed_blocks} blocks in {formatted_duration}."
f"Parsed {parsed_blocks} blocks in {formatted_duration}."
)

# Refresh block count.
Expand Down

0 comments on commit 142c6d4

Please sign in to comment.