diff --git a/model/model.go b/model/model.go index a1e381942..f1e2cb113 100644 --- a/model/model.go +++ b/model/model.go @@ -371,7 +371,7 @@ func (m *Model) IndexUpdate(nodeID protocol.NodeID, repo string, fs []protocol.F } if !m.repoSharedWith(repo, nodeID) { - l.Warnf("Unexpected repository ID %q sent from node %q; ensure that the repository exists and that this node is selected under \"Share With\" in the repository configuration.", repo, nodeID) + l.Infof("Update for unexpected repository ID %q sent from node %q; ensure that the repository exists and that this node is selected under \"Share With\" in the repository configuration.", repo, nodeID) return }