Skip to content

Commit

Permalink
Clarify log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jul 8, 2024
1 parent dc83f1a commit 9f82c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-strava/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def check_stripe_subscribers!
amount = ActiveSupport::NumberHelper.number_to_currency(active_subscription.plan.amount.to_f / 100)
logger.warn "Successfully canceled auto-renew for #{active_subscription.plan.name} (#{amount}) for #{team}."
else
logger.warn "Inactive team #{team} for #{metadata.name} (#{metadata.team_id}), no active subscription."
logger.warn "Inactive team #{team} for #{metadata.name} (#{metadata.team_id}), no active subscription to cancel."
end
else
logger.warn "Cannot find team for #{metadata.name} (#{metadata.team_id}), contact #{customer.email}."
Expand Down

0 comments on commit 9f82c48

Please sign in to comment.