X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=djbdns%2Fcommon.py;fp=djbdns%2Fcommon.py;h=06124bf2ef03135d7177b18787a61d8bf7ed31b0;hb=f8971980184acdac6243e806e635b420ccef1d3f;hp=138101141d12339640854684adc258ca5a803a12;hpb=d73740c3a7d3696aaf7f3d677f83654cbd4b3583;p=djbdns-logparse.git diff --git a/djbdns/common.py b/djbdns/common.py index 1381011..06124bf 100644 --- a/djbdns/common.py +++ b/djbdns/common.py @@ -12,7 +12,7 @@ timestamp_pat = r'[\d-]+ [\d:\.]+' # # Note that mapping here is non-exhaustive, and that tinydns will # log responses for record types that it does not know about. -query_type = { +query_type_name = { 1: "a", 2: "ns", 5: "cname",