Skip to content

Commit 2aa27df

Browse files
committed
chore: consistency
1 parent a16881b commit 2aa27df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func (g *gatewayImpl) open(ctx context.Context) error {
271271
return nil
272272
})
273273

274-
g.config.Logger.DebugContext(ctx, "using compression", slog.String("compressionType", string(g.config.Compression)))
274+
g.config.Logger.DebugContext(ctx, "using compression", slog.String("compression", string(g.config.Compression)))
275275
t := g.config.Compression.newTransport(conn, g.config.Logger)
276276

277277
g.conn = t

0 commit comments

Comments
 (0)