diff options
Diffstat (limited to 'cloudinit')
| -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 | 
