Don't show 100 warnings for unknown repo at connect when once is enough

This commit is contained in:
Jakob Borg 2014-08-05 20:26:05 +02:00
parent 62d703f967
commit a47ee86bee
1 changed files with 1 additions and 1 deletions

View File

@ -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
}