projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179d546
)
client.py: make a note in the logs when the auto-shutdown feature is in use
author
Brian Warner
<warner@allmydata.com>
Tue, 14 Aug 2007 09:12:30 +0000
(
02:12
-0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 14 Aug 2007 09:12:30 +0000
(
02:12
-0700)
src/allmydata/client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/client.py
b/src/allmydata/client.py
index d54d1faacb5dc5cd6b22b2ae4a8541941af68f00..7b5f51828355563eff1537c4344196511143f7c7 100644
(file)
--- a/
src/allmydata/client.py
+++ b/
src/allmydata/client.py
@@
-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)