From 747444a7ff5523fd5367752330daa15019a3af7a Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 17 Apr 2018 22:55:58 +0200 Subject: [PATCH] improve logging --- tdns/tdns.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdns/tdns.cc b/tdns/tdns.cc index fcf7beb..1bca534 100644 --- a/tdns/tdns.cc +++ b/tdns/tdns.cc @@ -219,7 +219,7 @@ void udpThread(ComboAddress local, Socket* sock, const DNSNode* zones) if(processQuestion(*zones, dm, remote, response)) { if(response.dh.rcode) - cout<<"Sending response with rcode "<<(RCode)response.dh.rcode <