Lower log level
This commit is contained in:
parent
93733971a9
commit
5398dab58e
|
@ -132,7 +132,7 @@ func handleColdStartClient(clientPc *net.UDPConn, cancelChannel chan struct{}, i
|
|||
}
|
||||
if response, err := respMsg.Pack(); err == nil {
|
||||
clientPc.WriteTo(response, clientAddr)
|
||||
dlog.Notice("Response to coldstart captive portal query synthesized")
|
||||
dlog.Debug("Response to coldstart captive portal query synthesized")
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue