Crash for explainable reason when protocol is out of sync (version skew)

This commit is contained in:
Jakob Borg
2013-12-15 13:18:03 +01:00
parent 8589a0fb40
commit e86296884a
2 changed files with 6 additions and 1 deletions

View File

@@ -153,7 +153,7 @@ func main() {
// Walk the repository and update the local model before establishing any
// connections to other nodes.
infoln("Iniial repository scan in progress")
infoln("Initial repository scan in progress")
loadIndex(m)
updateLocalModel(m)