We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c89d3a commit 761e5a2Copy full SHA for 761e5a2
1 file changed
CircuitPython_Logger/aio_test.py
@@ -11,7 +11,7 @@
11
if t == 1:
12
l.debug("debug message: %d", random.randint(0, 1000))
13
elif t == 2:
14
- l.info("debug message: %d", random.randint(0, 1000))
+ l.info("info message: %d", random.randint(0, 1000))
15
elif t == 3:
16
l.warning("warning message: %d", random.randint(0, 1000))
17
elif t == 4:
0 commit comments