X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabshell.py;h=830da143a3d2f4d4aa57a05fdf3725059016b0ee;hb=43855b90a8db17c18a0903ef8f42d735f001d9d5;hp=34de4b1e9d5bf60bad779107df21d8e74261f6cd;hpb=95015fd08e08729c3aaeec2c000995595ea7a7e0;p=sfa.git diff --git a/sfa/iotlab/iotlabshell.py b/sfa/iotlab/iotlabshell.py index 34de4b1e..830da143 100644 --- a/sfa/iotlab/iotlabshell.py +++ b/sfa/iotlab/iotlabshell.py @@ -69,8 +69,8 @@ class IotlabShell(): :rtype: list of dicts """ - logger.debug("IOTLAB_API \tGetPersons person_filter %s" - % (person_filter)) + logger.debug("IOTLAB_API \tGetPersons 1st person_filter %s" + % (person_filter[0]['hrn'])) person_list = [] if person_filter and isinstance(person_filter, list): #If we are looking for a list of users (list of dict records)