Skip to content

Commit 8d40b79

Browse files
Update agent/agent.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent c85417c commit 8d40b79

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
@@ -969,7 +969,7 @@ func (a *agent) handleReconnectingPTY(ctx context.Context, logger slog.Logger, m
969969

970970
connectionID := uuid.NewString()
971971
logger = logger.With(slog.F("id", msg.ID), slog.F("connection_id", connectionID))
972-
logger.Debug(ctx, "handling ReconnectingPTY")
972+
logger.Debug(ctx, "starting handler")
973973

974974
defer func() {
975975
if err := retErr; err != nil {

0 commit comments

Comments
 (0)