summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
Diffstat (limited to 'firehose_call.py')
-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__':