Lower severity
This commit is contained in:
parent
bc42eda1c8
commit
1f7b247138
|
@ -74,7 +74,7 @@ func HandleCaptivePortalQuery(msg *dns.Msg, question *dns.Question, ips *Captive
|
|||
if !ok {
|
||||
qType = fmt.Sprint(question.Qtype)
|
||||
}
|
||||
dlog.Noticef("Query for captive portal detection: [%v] (%v)", question.Name, qType)
|
||||
dlog.Infof("Query for captive portal detection: [%v] (%v)", question.Name, qType)
|
||||
return respMsg
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue