Avoid having the same log statements in initNodes and resolveNodes
This commit is contained in:
parent
bf42c028fb
commit
1e009e52dd
@ -375,7 +375,7 @@ func (n *network) initNodes(startup bool) {
|
||||
// NOTE: this condition never fires
|
||||
// as resolveNodes() never returns error
|
||||
if err != nil && !startup {
|
||||
log.Debugf("Network failed to resolve nodes: %v", err)
|
||||
log.Debugf("Network failed to init nodes: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user