mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Debug log query names
This commit is contained in:
parent
dadb38c32e
commit
fa5c55c64a
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue