diff --git a/asr1k_neutron_l3/models/neutron/l3/router.py b/asr1k_neutron_l3/models/neutron/l3/router.py index 8c85a328..4b15f912 100644 --- a/asr1k_neutron_l3/models/neutron/l3/router.py +++ b/asr1k_neutron_l3/models/neutron/l3/router.py @@ -73,8 +73,8 @@ def __init__(self, router_info): rt = address_scope_config[self.gateway_interface.address_scope] global_vrf_id = self._to_global_vrf_id(rt) elif self.gateway_interface.address_scope is not None: - LOG.error("Router %s has a gateway interface, but no address scope was found in config" - "(address scope of router: %s, available scopes: %s", + LOG.error("Router %s has a gateway interface, but no address scope was found in config " + "(address scope of router: %s, available scopes: %s)", self.router_id, self.gateway_interface.address_scope, list(address_scope_config.keys())) if not self.router_atts.get('rd'):