Fix log in message retention purge jobs

pull/6945/head
Brendan Abolivier 2020-02-18 17:29:57 +00:00
parent 8a380d0fe2
commit f31a94a6dd
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 1 additions and 1 deletions

View File

@ -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,