diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-13 13:53:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-13 13:53:08 -0500 |
commit | b8f1c6f27345d1aa0ef550a72bd34c2d7bd4ed41 (patch) | |
tree | e70fbe266f5dac7bc4f7f8191ccca484606cfa77 /cloudinit | |
parent | 5d5b8f90a10549bf54cf2000f514eb9c6ea420f7 (diff) | |
download | vyos-cloud-init-b8f1c6f27345d1aa0ef550a72bd34c2d7bd4ed41.tar.gz vyos-cloud-init-b8f1c6f27345d1aa0ef550a72bd34c2d7bd4ed41.zip |
make 'Loaded datasource' a info message
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/stages.py | 2 |
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) |