summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-02-13 21:18:17 -0500
committerScott Moser <smoser@ubuntu.com>2014-02-13 21:18:17 -0500
commit4ba72556193219f90c313f62d0d309761bb53c6b (patch)
tree2ad80e184d53a85a1fe5933ad106249bc522da35 /cloudinit/stages.py
parent507aeed12312af7fc8a9fcfca6b845183a5a3c51 (diff)
parent053667688d7c2ad51e569c62e00dac1942e46f62 (diff)
downloadvyos-cloud-init-4ba72556193219f90c313f62d0d309761bb53c6b.tar.gz
vyos-cloud-init-4ba72556193219f90c313f62d0d309761bb53c6b.zip
merge from trunk
Diffstat (limited to 'cloudinit/stages.py')
-rw-r--r--cloudinit/stages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 7acd3355..58349ffc 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -234,7 +234,7 @@ class Init(object):
copy.deepcopy(self.ds_deps),
cfg_list,
pkg_list)
- LOG.debug("Loaded datasource %s - %s", dsname, ds)
+ LOG.info("Loaded datasource %s - %s", dsname, ds)
self.datasource = ds
# Ensure we adjust our path members datasource
# now that we have one (thus allowing ipath to be used)