mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 02:16:42 +00:00
Let's make this a little clearer
This commit is contained in:
parent
e8609ac2df
commit
3fbc4d7eea
@ -179,7 +179,7 @@ class DaemonizeTheRealService(Service, HookMixin):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.stderr.write("\nUnknown error\n")
|
self.stderr.write("\nUnknown error, here's the traceback:\n")
|
||||||
reason.printTraceback(self.stderr)
|
reason.printTraceback(self.stderr)
|
||||||
reactor.stop()
|
reactor.stop()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user