chore(stun): switch lookup warning to debug level

This commit is contained in:
Jakob Borg
2025-04-17 07:29:10 +07:00
parent 9521bb3931
commit 533c9a6ab0
+1 -1
View File
@@ -188,7 +188,7 @@ func (opts OptionsConfiguration) StunServers() []string {
case "default":
_, records, err := net.LookupSRV("stun", "udp", "syncthing.net")
if err != nil {
l.Warnln("Unable to resolve primary STUN servers via DNS:", err)
l.Debugf("Unable to resolve primary STUN servers via DNS:", err)
}
for _, record := range records {