summaryrefslogtreecommitdiff
path: root/bin/cloud-init
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cloud-init')
-rwxr-xr-xbin/cloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cloud-init b/bin/cloud-init
index 1a905b17..b0396cdc 100755
--- a/bin/cloud-init
+++ b/bin/cloud-init
@@ -507,7 +507,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()