summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceNoCloud.py
diff options
context:
space:
mode:
authorBrian Candler <b.candler@pobox.com>2019-09-25 19:12:50 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-09-25 19:12:50 +0000
commit18286fc3f77ddbd05ba6c46f160c54092c63c10c (patch)
treefb2906a8acbdca7e75793706ef1e12919f6b773e /cloudinit/sources/DataSourceNoCloud.py
parent9faa8d58940f2ea1184f275943be581b79694c0f (diff)
downloadvyos-cloud-init-18286fc3f77ddbd05ba6c46f160c54092c63c10c.tar.gz
vyos-cloud-init-18286fc3f77ddbd05ba6c46f160c54092c63c10c.zip
Add missing space in warning: "not avalid seed"
Diffstat (limited to 'cloudinit/sources/DataSourceNoCloud.py')
-rw-r--r--cloudinit/sources/DataSourceNoCloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceNoCloud.py b/cloudinit/sources/DataSourceNoCloud.py
index 8a9e5dd2..474773d9 100644
--- a/cloudinit/sources/DataSourceNoCloud.py
+++ b/cloudinit/sources/DataSourceNoCloud.py
@@ -127,7 +127,7 @@ class DataSourceNoCloud(sources.DataSource):
seeded = util.mount_cb(dev, _pp2d_callback,
pp2d_kwargs)
except ValueError:
- LOG.warning("device %s with label=%s not a"
+ LOG.warning("device %s with label=%s not a "
"valid seed.", dev, label)
continue