diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 14:33:54 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 16:40:26 +0200 |
| commit | c18e5071f6d073f701dd45b31e481f2bac8ec0d8 (patch) | |
| tree | fe9601028b95a4702183415e62a86c8cdc240454 /internal/failover/monitor.go | |
| parent | 3f0c2643b4caadd3a47201caa2c6acba2585241d (diff) | |
Failover + Log: Small slog fixes
Diffstat (limited to 'internal/failover/monitor.go')
| -rw-r--r-- | internal/failover/monitor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/failover/monitor.go b/internal/failover/monitor.go index 5efdbd0..0d319d6 100644 --- a/internal/failover/monitor.go +++ b/internal/failover/monitor.go @@ -88,7 +88,7 @@ func (m *DroppedConMon) Start(ctx context.Context, gateway string, mtuSize int) defer ticker.Stop() // Otherwise send n pings, without waiting for pong and then check if dropped - slog.Debug("Failover started by sending pings and not waiting for a pong...") + slog.Debug("Failover started by sending pings and not waiting for a pong...") // Loop until the max drop counter // We begin with 2 as this is used as the sequence number for ping // and we have already sent a ping |
