mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-29 20:05:10 +00:00
Fix log in message retention purge jobs
This commit is contained in:
@@ -133,7 +133,7 @@ class PaginationHandler(object):
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user