Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9863ab

Browse files
author
Aaron Lehmann
authored
fix: log correct error on drpc connection close error (#17265)
1 parentcfb6d56 commite9863ab

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
@@ -907,7 +907,7 @@ func (a *agent) run() (retErr error) {
907907
deferfunc() {
908908
cErr:=aAPI.DRPCConn().Close()
909909
ifcErr!=nil {
910-
a.logger.Debug(a.hardCtx,"error closing drpc connection",slog.Error(err))
910+
a.logger.Debug(a.hardCtx,"error closing drpc connection",slog.Error(cErr))
911911
}
912912
}()
913913

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp