From c1a2a3208c88bbe4856864c944ec9bccc29cd0de Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 22 Jun 2025 12:54:13 -0400 Subject: [PATCH] Add log message --- util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/util.go b/util.go index 3016d30..c17bd5a 100644 --- a/util.go +++ b/util.go @@ -119,7 +119,6 @@ func pingWithRetry(tnet *netstack.Net, dst string, timeout time.Duration) (stopC for { select { case <-stopChan: - logger.Info("Stopping pingWithRetry goroutine") return default: logger.Info("Ping attempt %d", attempt)