diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 3597b29e8..c611177d4 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -1182,7 +1182,9 @@ func autoUpgrade() { rel, err := upgrade.LatestRelease(strings.Contains(Version, "-beta")) if err != nil { - l.Warnln("Automatic upgrade:", err) + // Don't complain too loudly here; we might simply not have + // internet connectivity, or the upgrade server might be down. + l.Infoln("Automatic upgrade:", err) continue }