Commit edd4b3c2 authored by Javier Diaz's avatar Javier Diaz
Browse files

debugging

parent bd90b6ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ class DltRecordSender:
        for dlt_record_uuid in self.dlt_record_uuids:
            topology_id,dlt_record = self.dlt_record_uuid_to_data[dlt_record_uuid]
            if isinstance(dlt_record, Device):
                #device_id = self.context_client.SetDevice(dlt_record) # Se retriggerea el Evento.
                device_id = self.context_client.SetDevice(dlt_record) # Se retriggerea el Evento.
                #LOGGER.debug('DEVICE_ID: ({:s})'.format(grpc_message_to_json_string(device_id)))
                if self.dlt_connector_client is None: continue
                dlt_device_id = DltDeviceId()