We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fe9c8 commit 699946eCopy full SHA for 699946e
microscope/devices.py
@@ -256,7 +256,7 @@ def shutdown(self):
256
try:
257
self.disable()
258
except Exception as e:
259
- _logger.debug("Exception in disable() during shutdown: %s" % e)
+ _logger.warn("Exception in disable() during shutdown: %s" % e)
260
_logger.info("Shutting down ... ... ...")
261
self._on_shutdown()
262
_logger.info("... ... ... ... shut down completed.")
0 commit comments