]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing requestorId and deviceId to summary print statement 5646/head
authorNeil Cook <neil.cook@noware.co.uk>
Tue, 29 Aug 2017 09:55:28 +0000 (10:55 +0100)
committerNeil Cook <neil.cook@noware.co.uk>
Tue, 29 Aug 2017 09:55:28 +0000 (10:55 +0100)
contrib/ProtobufLogger.py

index 64a40248e2a6fe2400481c050c0316bc3d044cb1..98af53cff7ca2eb8167f6d2fcdce8497715b499b 100644 (file)
@@ -157,7 +157,9 @@ class PDNSPBConnHandler(object):
                                                     protostr,
                                                     msg.id,
                                                     messageidstr,
-                                                    initialrequestidstr))
+                                                    initialrequestidstr,
+                                                    requestorId,
+                                                    deviceId))
 
     def getRequestorSubnet(self, msg):
         requestorstr = None