diff --git a/dnscrypt-proxy/plugins.go b/dnscrypt-proxy/plugins.go index d34d208c..bafd07ae 100644 --- a/dnscrypt-proxy/plugins.go +++ b/dnscrypt-proxy/plugins.go @@ -263,6 +263,7 @@ func (pluginsState *PluginsState) ApplyQueryPlugins(pluginsGlobals *PluginsGloba if err != nil { return packet, err } + dlog.Debugf("Handling query for [%v]", qName) pluginsState.qName = qName pluginsState.questionMsg = &msg if len(*pluginsGlobals.queryPlugins) == 0 && len(*pluginsGlobals.loggingPlugins) == 0 {