diff options
author | Brian Candler <b.candler@pobox.com> | 2019-09-25 19:12:50 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-09-25 19:12:50 +0000 |
commit | 18286fc3f77ddbd05ba6c46f160c54092c63c10c (patch) | |
tree | fb2906a8acbdca7e75793706ef1e12919f6b773e | |
parent | 9faa8d58940f2ea1184f275943be581b79694c0f (diff) | |
download | vyos-cloud-init-18286fc3f77ddbd05ba6c46f160c54092c63c10c.tar.gz vyos-cloud-init-18286fc3f77ddbd05ba6c46f160c54092c63c10c.zip |
Add missing space in warning: "not avalid seed"
-rw-r--r-- | cloudinit/sources/DataSourceNoCloud.py | 2 |
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 |