Skip to content

Commit 699946e

Browse files
committed
Changed logging level for problems disabling devices on shutdown.
1 parent 78fe9c8 commit 699946e

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
@@ -256,7 +256,7 @@ def shutdown(self):
256256
try:
257257
self.disable()
258258
except Exception as e:
259-
_logger.debug("Exception in disable() during shutdown: %s" % e)
259+
_logger.warn("Exception in disable() during shutdown: %s" % e)
260260
_logger.info("Shutting down ... ... ...")
261261
self._on_shutdown()
262262
_logger.info("... ... ... ... shut down completed.")

0 commit comments

Comments
 (0)