Add log message

Former-commit-id: c1a2a3208c
This commit is contained in:
Owen
2025-06-22 12:54:13 -04:00
parent 3fab3e3e20
commit 5cf684c81a

View File

@@ -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)