10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48a24c commit aa0a63aCopy full SHA for aa0a63a
agent/agent.go
@@ -1408,7 +1408,7 @@ func (a *agent) createTailnet(
1408
if rPTYServeErr != nil &&
1409
a.gracefulCtx.Err() == nil &&
1410
!strings.Contains(rPTYServeErr.Error(), "use of closed network connection") {
1411
- a.logger.Error(ctx, "error serving reconnecting PTY", slog.Error(err))
+ a.logger.Error(ctx, "error serving reconnecting PTY", slog.Error(rPTYServeErr))
1412
}
1413
}); err != nil {
1414
return nil, err
0 commit comments