From: Neil Cook Date: Tue, 29 Aug 2017 09:55:28 +0000 (+0100) Subject: Add missing requestorId and deviceId to summary print statement X-Git-Tag: rec-4.1.0-rc1~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb220244fec9d3069cf33b3bb8b2cb356a37e24c;p=thirdparty%2Fpdns.git Add missing requestorId and deviceId to summary print statement --- diff --git a/contrib/ProtobufLogger.py b/contrib/ProtobufLogger.py index 64a40248e2..98af53cff7 100644 --- a/contrib/ProtobufLogger.py +++ b/contrib/ProtobufLogger.py @@ -157,7 +157,9 @@ class PDNSPBConnHandler(object): protostr, msg.id, messageidstr, - initialrequestidstr)) + initialrequestidstr, + requestorId, + deviceId)) def getRequestorSubnet(self, msg): requestorstr = None