summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 13:27:10 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 13:27:10 -0700
commitfc026d6e7dd51ea8c04e081c821e086f89bf6291 (patch)
tree9b50de8a8cbc52aa9970fd05794024c29b5d785a /cloudinit
parent9249e20d87ad7827405dfd04ec98c72955044d7f (diff)
downloadvyos-cloud-init-fc026d6e7dd51ea8c04e081c821e086f89bf6291.tar.gz
vyos-cloud-init-fc026d6e7dd51ea8c04e081c821e086f89bf6291.zip
Should be loaded not loading
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/stages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 05b59852..b0eef928 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -92,7 +92,7 @@ class Init(object):
# None check so that we don't keep on re-loading if empty
if self._cfg is None:
self._cfg = self._read_cfg()
- LOG.debug("Loading init config %s", self._cfg)
+ LOG.debug("Loaded init config %s", self._cfg)
# Nobody gets the real config
ocfg = copy.deepcopy(self._cfg)
if restriction == 'restricted':