Make peer load message consistent and fix spello.
This commit is contained in:
parent
e04986528c
commit
a275687f3f
1 changed files with 2 additions and 2 deletions
|
@ -495,8 +495,8 @@ func (a *AddrManager) loadPeers() {
|
|||
a.reset()
|
||||
return
|
||||
}
|
||||
log.Infof("[AMGR] Successfuly loaded %d addresses from %s",
|
||||
a.nNew+a.nTried, filePath)
|
||||
log.Infof("[AMGR] Loaded %d addresses from '%s'", a.nNew+a.nTried,
|
||||
filePath)
|
||||
}
|
||||
|
||||
func (a *AddrManager) deserialisePeers(filePath string) error {
|
||||
|
|
Loading…
Reference in a new issue