Skip to content

Commit

Permalink
improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Jun 12, 2024
1 parent a8ad736 commit 0c5a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reindex/s3_bucketd.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def log_report(resource, name, obj_count, total_size):
if options.account:
for account in options.account:
if account in failed_accounts:
_log.error("No metrics updated for %s, one or more buckets failed" % account)
_log.error("No metrics updated for account %s, one or more buckets failed" % account)

# Include failed_accounts in observed_accounts to avoid clearing metrics
observed_accounts = failed_accounts.union(set(account_reports.keys()))
Expand Down

0 comments on commit 0c5a7ce

Please sign in to comment.