Loading src/interdomain/service/topology_abstractor/DltRecorder.py +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class DLTRecorder(threading.Thread): if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \ (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids): for device in topology_details.devices: #LOGGER.debug('DEVICE INFO({:s})'.format(grpc_message_to_json_string(device))) LOGGER.debug('DEVICE INFO({:s})'.format(grpc_message_to_json_string(device))) dlt_record_sender.add_device(topology_id, device) for link in topology_details.links: Loading Loading
src/interdomain/service/topology_abstractor/DltRecorder.py +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class DLTRecorder(threading.Thread): if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \ (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids): for device in topology_details.devices: #LOGGER.debug('DEVICE INFO({:s})'.format(grpc_message_to_json_string(device))) LOGGER.debug('DEVICE INFO({:s})'.format(grpc_message_to_json_string(device))) dlt_record_sender.add_device(topology_id, device) for link in topology_details.links: Loading