Add log message

This commit is contained in:
Owen
2025-06-22 12:54:13 -04:00
parent ac67df63fa
commit c1a2a3208c

View File

@@ -119,7 +119,6 @@ func pingWithRetry(tnet *netstack.Net, dst string, timeout time.Duration) (stopC
for { for {
select { select {
case <-stopChan: case <-stopChan:
logger.Info("Stopping pingWithRetry goroutine")
return return
default: default:
logger.Info("Ping attempt %d", attempt) logger.Info("Ping attempt %d", attempt)