Skip to content

Commit 2d70e0f

Browse files
committed
Changed logging level for problems disabling devices on shutdown.
1 parent cfff4a5 commit 2d70e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def shutdown(self):
259259
try:
260260
self.disable()
261261
except Exception as e:
262-
_logger.debug("Exception in disable() during shutdown: %s" % e)
262+
_logger.warning("Exception in disable() during shutdown: %s" % e)
263263
_logger.info("Shutting down ... ... ...")
264264
self._on_shutdown()
265265
_logger.info("... ... ... ... shut down completed.")

0 commit comments

Comments
 (0)