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

Commit 24ab2df

Browse files
clokeperikjohnston
andauthored
Update logging format
Co-authored-by: Erik Johnston <[email protected]>
1 parent 4462758 commit 24ab2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synmark/suites/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Config:
114114

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

119119
if len(handler._buffer) == handler.maximum_buffer:
120120
while len(handler._buffer) > handler.maximum_buffer / 2:

0 commit comments

Comments
 (0)