Author: damoxc

Revision: 5139

Log:
        add 2 debug log statements

Diff:
Modified: trunk/deluge/ui/web/server.py
===================================================================
--- trunk/deluge/ui/web/server.py       2009-04-23 07:44:19 UTC (rev 5138)
+++ trunk/deluge/ui/web/server.py       2009-04-23 11:54:42 UTC (rev 5139)
@@ -353,7 +353,9 @@
 
     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__":



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to