Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Feb 22, 2023
1 parent 641305d commit 065c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caldav/lib/vcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def fix(event):
else:
log = logging.debug
log(
"Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)",
"Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)" % fixup_error_loggings,
exc_info=True,
)
try:
Expand Down

0 comments on commit 065c36c

Please sign in to comment.