0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 15:18:54 +02:00
This commit is contained in:
Richard van der Hoff 2018-06-07 00:26:38 +01:00
parent 0546715c18
commit f4caf3f83d

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