summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-06 18:49:11 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-06 18:49:11 +0100
commitfb32eb1e6dae38d8281b9edb63b4663f942a57d9 (patch)
treecd3a29f34527b2bd04f19a8ee462d5e0f529ae7c
parent444f6f4bcbcc779df70e2edafb1fb1966f5dfab6 (diff)
downloadlorry-controller-fb32eb1e6dae38d8281b9edb63b4663f942a57d9.tar.gz
Fix log message
Reviewed by: Lars Wirzenius
-rw-r--r--lorrycontroller/gitano.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/gitano.py b/lorrycontroller/gitano.py
index 2de291c..3e36b81 100644
--- a/lorrycontroller/gitano.py
+++ b/lorrycontroller/gitano.py
@@ -94,7 +94,7 @@ class GitanoCommand(object):
if exit != 0:
logging.error(
'Failed to run "%s" for %s:\n%s',
- self.trovehost, stdout + stderr)
+ quoted_args, self.trovehost, stdout + stderr)
raise GitanoCommandFailure(
self.trovehost,
' '.join(gitano_args),