Be more verbose about starting/stopping FileServer threads
This commit is contained in:
parent
7e438a90e1
commit
75bba6ca1a
2 changed files with 30 additions and 10 deletions
|
@ -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...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue