Log the stream IDs in an order that makes sense

pull/781/head
Mark Haines 2016-05-13 11:54:44 +01:00
parent 3547e66bc6
commit 0e792e7903
1 changed files with 1 additions and 1 deletions

View File

@ -164,8 +164,8 @@ class ReplicationResource(Resource):
"Replicating %d rows of %s from %s -> %s",
len(stream_content["rows"]),
stream_name,
stream_content["position"],
request_streams.get(stream_name),
stream_content["position"],
)
request.write(json.dumps(result, ensure_ascii=False))