Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update logging format
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Johnston <[email protected]>
  • Loading branch information
clokep and erikjohnston authored Oct 26, 2020
1 parent 4462758 commit 24ab2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synmark/suites/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Config:

# Send a bunch of useful messages
for i in range(0, loops):
logger.info("test message %s" % (i,))
logger.info("test message %s", i)

if len(handler._buffer) == handler.maximum_buffer:
while len(handler._buffer) > handler.maximum_buffer / 2:
Expand Down

0 comments on commit 24ab2df

Please sign in to comment.