mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
add 2 debug log statements
This commit is contained in:
parent
6cd5a7de30
commit
465d98eeed
@ -353,7 +353,9 @@ class DelugeWeb(component.Component):
|
|||||||
|
|
||||||
def shutdown(self, *args):
|
def shutdown(self, *args):
|
||||||
log.info("Shutting down webserver")
|
log.info("Shutting down webserver")
|
||||||
|
log.debug("Saving configuration file")
|
||||||
self.config.save()
|
self.config.save()
|
||||||
|
log.debug("Stopping reactor")
|
||||||
reactor.stop()
|
reactor.stop()
|
||||||
|
|
||||||
if __name__ == "__builtin__":
|
if __name__ == "__builtin__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user