mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
add 2 debug log statements
This commit is contained in:
parent
6cd5a7de30
commit
465d98eeed
1 changed files with 2 additions and 0 deletions
|
@ -353,7 +353,9 @@ class DelugeWeb(component.Component):
|
|||
|
||||
def shutdown(self, *args):
|
||||
log.info("Shutting down webserver")
|
||||
log.debug("Saving configuration file")
|
||||
self.config.save()
|
||||
log.debug("Stopping reactor")
|
||||
reactor.stop()
|
||||
|
||||
if __name__ == "__builtin__":
|
||||
|
|
Loading…
Add table
Reference in a new issue