From 1c509f3d9340bec9357428bd9f84dd290c642cff Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 15 Jul 2014 18:38:05 -0700 Subject: Add more useful execution continuing message --- bin/cloud-init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cloud-init b/bin/cloud-init index 6ede60af..ad0ba214 100755 --- a/bin/cloud-init +++ b/bin/cloud-init @@ -224,6 +224,9 @@ def main_init(name, args): LOG.debug("Exiting early due to the existence of %s files", existing_files) return (None, []) + else: + LOG.debug("Execution continuing, no previous run detected that" + " would allow us to stop early.") else: # The cache is not instance specific, so it has to be purged # but we want 'start' to benefit from a cache if -- cgit v1.2.3