From eb220244fec9d3069cf33b3bb8b2cb356a37e24c Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Tue, 29 Aug 2017 10:55:28 +0100 Subject: [PATCH] Add missing requestorId and deviceId to summary print statement --- contrib/ProtobufLogger.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2