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

rems add. log para

parent b461c410
No related branches found
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.
Finish editing this message first!
Please register or to comment