diff options
| author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-04-21 22:25:09 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 20:25:09 -0600 | 
| commit | ceb3ae77486411664fd032ba7535d5dd3f02684b (patch) | |
| tree | 0f47202206fd64154ad0adf742a8bcb7885c3188 | |
| parent | d7cad8b61a3b5929a65202e0964aa9b4624e06c4 (diff) | |
| download | vyos-cloud-init-ceb3ae77486411664fd032ba7535d5dd3f02684b.tar.gz vyos-cloud-init-ceb3ae77486411664fd032ba7535d5dd3f02684b.zip  | |
network_state: add missing space to log message (#325)
| -rw-r--r-- | cloudinit/net/network_state.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/net/network_state.py b/cloudinit/net/network_state.py index 68f648ff..35c279f9 100644 --- a/cloudinit/net/network_state.py +++ b/cloudinit/net/network_state.py @@ -696,7 +696,7 @@ class NetworkStateInterpreter(metaclass=CommandHandlerMeta):      def handle_wifis(self, command):          LOG.warning('Wifi configuration is only available to distros with' -                    'netplan rendering support.') +                    ' netplan rendering support.')      def _v2_common(self, cfg):          LOG.debug('v2_common: handling config:\n%s', cfg)  | 
