Skip to content

Commit 4008d75

Browse files
committed
fix of broken master
1 parent 2bcc17f commit 4008d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conn/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (c *conn) dial(ctx context.Context) (cc *grpc.ClientConn, err error) {
240240
xerrors.Retryable(
241241
xerrors.Transport(err),
242242
xerrors.WithName(
243-
stack.FunctionID("github.com/ydb-platform/ydb-go-sdk/v3/internal/conn.(*conn).dial").FunctionID(),
243+
stack.FunctionID("github.com/ydb-platform/ydb-go-sdk/v3/internal/conn.(*conn).dial").String(),
244244
),
245245
),
246246
)

0 commit comments

Comments
 (0)