mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
remove handler log line
This commit is contained in:
@@ -99,7 +99,6 @@ func (p *prog) serveDNS(mainCtx context.Context, listenerNum string) error {
|
||||
}
|
||||
|
||||
handler := dns.HandlerFunc(func(w dns.ResponseWriter, m *dns.Msg) {
|
||||
mainLog.Load().Debug().Msgf("serveDNS handler called")
|
||||
p.sema.acquire()
|
||||
defer p.sema.release()
|
||||
if len(m.Question) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user