pull/3363/head
Richard van der Hoff 2018-06-07 00:26:38 +01:00
parent 0546715c18
commit f4caf3f83d
1 changed files with 1 additions and 1 deletions

View File

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