Commit d7aeb586 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

GetLog changed to 3.0.0

parent 434b765e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ class GetLog(object):
        m.header.messageType = messages.Command.GETLOG

        log = m.body.getLog
        log.type.extend(types) #type is actually a repeatable field
        log.types.extend(types) #type is actually a repeatable field

        if device:
            log.device.name = device