Skip to content

Commit

Permalink
Improve log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Jul 9, 2024
1 parent 06cad97 commit 05947e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/grpctabletconn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ func (conn *gRPCQueryClient) Close(ctx context.Context) error {
return nil
}

logger.Infof("vttablet: Closing Connection (%v)", conn.tablet.Alias)
logger.Infof("vttablet: Closing Connection (%v)", conn.tablet)

cc := conn.cc
conn.cc = nil
Expand Down

0 comments on commit 05947e3

Please sign in to comment.