From ceb3ae77486411664fd032ba7535d5dd3f02684b Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 21 Apr 2020 22:25:09 -0400 Subject: network_state: add missing space to log message (#325) --- cloudinit/net/network_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3