mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-12 22:36:32 +01:00
Remove log messages that are not really needed
This commit is contained in:
parent
662b4c0c62
commit
79cb9451bd
@ -113,7 +113,6 @@ func handleColdStartClient(clientPc *net.UDPConn, cancelChannel chan struct{}, i
|
|||||||
}
|
}
|
||||||
if response, err := respMsg.Pack(); err == nil {
|
if response, err := respMsg.Pack(); err == nil {
|
||||||
clientPc.WriteTo(response, clientAddr)
|
clientPc.WriteTo(response, clientAddr)
|
||||||
dlog.Debug("Response to coldstart captive portal query synthesized")
|
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@ func (plugin *PluginCaptivePortal) Eval(pluginsState *PluginsState, msg *dns.Msg
|
|||||||
if synth := HandleCaptivePortalQuery(msg, question, ips); synth != nil {
|
if synth := HandleCaptivePortalQuery(msg, question, ips); synth != nil {
|
||||||
pluginsState.synthResponse = synth
|
pluginsState.synthResponse = synth
|
||||||
pluginsState.action = PluginsActionSynth
|
pluginsState.action = PluginsActionSynth
|
||||||
dlog.Notice("Response to captive portal query synthesized")
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user