summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),