Skip to content

Commit

Permalink
Fix log in message retention purge jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Feb 18, 2020
1 parent 8a380d0 commit f31a94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def purge_history_for_rooms_in_range(self, min_ms, max_ms):
include_null = False

logger.info(
"[purge] Running purge job for %d < max_lifetime <= %d (include NULLs = %s)",
"[purge] Running purge job for %s < max_lifetime <= %s (include NULLs = %s)",
min_ms,
max_ms,
include_null,
Expand Down

0 comments on commit f31a94a

Please sign in to comment.