Skip to content

Commit

Permalink
use proper keyvals for join group error
Browse files Browse the repository at this point in the history
This was missing the key!
  • Loading branch information
twmb committed Mar 10, 2021
1 parent 8178f2c commit 05de8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/consumer_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ start:
goto start
}
if err != nil {
g.cl.cfg.logger.Log(LogLevelWarn, "join group failed", err)
g.cl.cfg.logger.Log(LogLevelWarn, "join group failed", "err", err)
return err
}

Expand Down

0 comments on commit 05de8e6

Please sign in to comment.