Skip to content

Commit

Permalink
Changed logging level for problems disabling devices on shutdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickp committed Dec 16, 2019
1 parent 78fe9c8 commit 5f4240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microscope/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def shutdown(self):
try:
self.disable()
except Exception as e:
_logger.debug("Exception in disable() during shutdown: %s" % e)
_logger.warning("Exception in disable() during shutdown: %s" % e)
_logger.info("Shutting down ... ... ...")
self._on_shutdown()
_logger.info("... ... ... ... shut down completed.")
Expand Down

0 comments on commit 5f4240f

Please sign in to comment.