Skip to content

Commit ef803a5

Browse files
authored
Fix logger name
1 parent 4713c2c commit ef803a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/viewer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
)
4040

4141

42-
logger = logging.getLogger("can.serial")
42+
logger = logging.getLogger("can.viewer")
4343

4444
try:
4545
import curses

0 commit comments

Comments
 (0)