Commit 6a73ac1f authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent 59707d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_TOPO({:s})'.format(grpc_message_to_json_string(device)))
                dlt_record_sender.add_device(topology_id, device)

            for link in topology_details.links: