Skip to content
Snippets Groups Projects
Commit af182caa authored by Luca Moser's avatar Luca Moser
Browse files

rems add. log para

parent b461c410
Branches portcheck/fix
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ func checkAutopeeringConnection() {
log.Infof("Pong received from %s", randEntryNode.IP())
break
}
log.Warnf("Error pinging entry node %s (attempts left %d): %s", randEntryNode.IP(), retryCount-i-1, retryCount, err)
log.Warnf("Error pinging entry node %s (attempts left %d): %s", randEntryNode.IP(), retryCount-i-1, err)
}
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment