]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
client.py: make a note in the logs when the auto-shutdown feature is in use
authorBrian Warner <warner@allmydata.com>
Tue, 14 Aug 2007 09:12:30 +0000 (02:12 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 14 Aug 2007 09:12:30 +0000 (02:12 -0700)
src/allmydata/client.py

index d54d1faacb5dc5cd6b22b2ae4a8541941af68f00..7b5f51828355563eff1537c4344196511143f7c7 100644 (file)
@@ -65,6 +65,7 @@ class Client(node.Node, Referenceable):
         hotline_file = os.path.join(self.basedir,
                                     self.SUICIDE_PREVENTION_HOTLINE_FILE)
         if os.path.exists(hotline_file):
+            self.log("hotline file noticed, starting timer")
             hotline = TimerService(1.0, self._check_hotline, hotline_file)
             hotline.setServiceParent(self)