Skip to content
Snippets Groups Projects
Commit f4caf3f8 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

fix log

parent 0546715c
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ class PurgeHistoryRestServlet(ClientV1RestServlet):
(stream, topo, _event_id) = r
token = "t%d-%d" % (topo, stream)
logger.info(
"[purge] purging up to token %d (received_ts %i => "
"[purge] purging up to token %s (received_ts %i => "
"stream_ordering %i)",
token, ts, stream_ordering,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment