Be more verbose about starting/stopping FileServer threads

This commit is contained in:
Vadim Ushakov 2021-10-20 22:40:34 +07:00
parent 7e438a90e1
commit 75bba6ca1a
2 changed files with 30 additions and 10 deletions

View file

@ -166,7 +166,7 @@ class UiServer:
self.log.error("Web interface bind error, must be running already, exiting.... %s" % err)
import main
main.file_server.stop()
self.log.debug("Stopped.")
self.log.info("Stopped.")
def stop(self):
self.log.debug("Stopping...")