Update client/internal/networkmonitor/monitor.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Zoltan Papp
2025-10-14 12:17:51 +02:00
committed by GitHub
parent b1ebac795d
commit 885b5c68ad

View File

@@ -88,7 +88,7 @@ func (nw *NetworkMonitor) Listen(ctx context.Context) (err error) {
event := make(chan struct{}, 1)
go nw.checkChanges(ctx, event, nexthop4, nexthop6)
log.Infof("start to watching for network changes")
log.Infof("start watching for network changes")
// debounce changes
timer := time.NewTimer(0)
timer.Stop()