Skip to content

Commit

Permalink
fix srr field with
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 committed Aug 27, 2024
1 parent 0ddc285 commit 492a0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iridium-extractor
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def print_stats(tb):
stats = ""
stats += "%d" % time.time()
if offline:
stats += " | srr: %.1f%%" % (sample_rate_ratio * 100)
stats += " | srr: %5.1f%%" % (sample_rate_ratio * 100)
else:
stats += " | i: %3d/s" % in_rate
stats += " | i_avg: %3d/s" % in_rate_avg
Expand Down

0 comments on commit 492a0c3

Please sign in to comment.