Commit bcb4050
fix: Fix f-string bugs in charging log message (#817)
## Summary
- Fixed `${subject}` → `{subject}` in the charging log message — the `$`
prefix caused the variable to be printed literally instead of
interpolated.
- Added missing `f` prefix to the continuation string so
`{charged_count}` gets properly interpolated.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 13b1fea commit bcb4050
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments