WIP debugging.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
cd0b360912
commit
3854501e4b
|
@ -306,4 +306,5 @@ class DropUploader(service.MultiService):
|
||||||
|
|
||||||
def _log(self, msg):
|
def _log(self, msg):
|
||||||
self._client.log(msg)
|
self._client.log(msg)
|
||||||
|
print "_log:", msg
|
||||||
#open("events", "ab+").write(msg)
|
#open("events", "ab+").write(msg)
|
||||||
|
|
Loading…
Reference in New Issue