summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cloud-init b/bin/cloud-init
index 1d3e7ee3..d50ac694 100755
--- a/bin/cloud-init
+++ b/bin/cloud-init
@@ -506,7 +506,7 @@ def status_wrapper(name, args, data_d=None, link_d=None):
except Exception as e:
util.logexc(LOG, "failed of stage %s", mode)
- print_exc("failed run of stage %s", mode)
+ print_exc("failed run of stage %s" mode)
v1[mode]['errors'] = [str(e)]
v1[mode]['finished'] = time.time()