Lower log level

This commit is contained in:
Frank Denis 2021-01-02 17:04:59 +01:00
parent 93733971a9
commit 5398dab58e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ 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.Notice("Response to coldstart captive portal query synthesized") dlog.Debug("Response to coldstart captive portal query synthesized")
} }
return false return false
} }