Skip to content

Commit 601b6f4

Browse files
committed
typo
1 parent d47e8a4 commit 601b6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ func (a *agent) reportConnection(id uuid.UUID, connectionType proto.Connection_T
840840
a.reportConnectionsMu.Lock()
841841
defer a.reportConnectionsMu.Unlock()
842842
if len(a.reportConnections) >= reportConnectionBufferLimit {
843-
a.logger.Warn(a.hardCtx, "connection report buffer limit reached, dropping connect",
843+
a.logger.Warn(a.hardCtx, "connection report buffer limit reached, dropping disconnect",
844844
slog.F("limit", reportConnectionBufferLimit),
845845
slog.F("connection_id", id),
846846
slog.F("connection_type", connectionType),

0 commit comments

Comments
 (0)