summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-21 11:08:51 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-21 11:08:51 +0100
commit11b3bc1850c0d59a5d5253bbf058953d18f06e34 (patch)
tree25351190212867b1e7ba70b7f8bf3a22a5f188c8
parent08ae976de1bd8e25ecdfaf3d63ae15423c145d8b (diff)
downloadbuildslave-scripts-11b3bc1850c0d59a5d5253bbf058953d18f06e34.tar.gz
Debug firehose
-rw-r--r--firehose_call.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/firehose_call.py b/firehose_call.py
index bdf23de..2704ed5 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -23,6 +23,7 @@ def firehose_cmd(config,loglevel='debug',log='/dev/stdout'):
"--log-level=%s" % loglevel,
"--log=%s" % log,
] + config
+ log(cmd)
return cmd
if __name__ == '__main__':