Skip to content

Commit

Permalink
ARAKOON-313: %l -> %i
Browse files Browse the repository at this point in the history
  • Loading branch information
toolslive committed Aug 8, 2012
1 parent 7c2e3a9 commit 67bf500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/server/ArakoonRemoteControl.py
Expand Up @@ -47,7 +47,7 @@ def collapse(ip, port, clusterId, n):
for i in range(collapse_count): for i in range(collapse_count):
RCP.check_error_code(s) RCP.check_error_code(s)
took = RCP._receive_int64(s) took = RCP._receive_int64(s)
logging.info("took %l", took) logging.info("took %i", took)
finally: finally:
s.close() s.close()


Expand Down

0 comments on commit 67bf500

Please sign in to comment.