Loading src/simap_connector/service/simap_updater/SimapUpdater.py +1 −1 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ class EventDispatcher(BaseEventDispatcher): try: mapping = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid, auto_retrieve=False) LOGGER.info('Retrieved mapping for connection {:s}: {:s}'.format(connection_uuid, str(mapping))) if mapping is None: MSG = 'Connection {:s} not managed by this controller (not in allowed links), skipping removal' LOGGER.debug(MSG.format(connection_uuid)) Loading Loading
src/simap_connector/service/simap_updater/SimapUpdater.py +1 −1 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ class EventDispatcher(BaseEventDispatcher): try: mapping = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid, auto_retrieve=False) LOGGER.info('Retrieved mapping for connection {:s}: {:s}'.format(connection_uuid, str(mapping))) if mapping is None: MSG = 'Connection {:s} not managed by this controller (not in allowed links), skipping removal' LOGGER.debug(MSG.format(connection_uuid)) Loading