From af182caa8c569d11af0d176ed5663b3ac2791fd6 Mon Sep 17 00:00:00 2001
From: Luca Moser <moser.luca@gmail.com>
Date: Mon, 29 Jun 2020 16:33:39 +0200
Subject: [PATCH] rems add. log para

---
 plugins/portcheck/plugin.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/portcheck/plugin.go b/plugins/portcheck/plugin.go
index fb1312bc..7053dcef 100644
--- a/plugins/portcheck/plugin.go
+++ b/plugins/portcheck/plugin.go
@@ -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 {
-- 
GitLab