src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 10760
f702f6781b05
parent 10741
3a471962bb10
child 10840
c8045d0dbaa7
--- a/src/eric7/MicroPython/Devices/__init__.py	Sat Jun 08 19:11:03 2024 +0200
+++ b/src/eric7/MicroPython/Devices/__init__.py	Sun Jun 09 16:49:06 2024 +0200
@@ -504,7 +504,7 @@
                         None,
                     ) not in IgnoredBoards:
                         unknownDevices.append((vid, pid, port.description()))
-                        logging.debug(
+                        logging.getLogger(__name__).debug(
                             "Unknown device: (0x%04x:0x%04x %s)",
                             vid,
                             pid,

eric ide

mercurial