Skip to content

Commit

Permalink
feat(common.socket): use supported verb
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsStegman committed Oct 1, 2024
1 parent af95ac7 commit bad5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/common/socket/datagram.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (l *packetListener) setupDecoder() error {
l.decoders = sync.Pool{New: func() any {
decoder, err := internal.NewContentDecoder(l.Encoding, options...)
if err != nil {
l.Log.Errorf("creating decoder failed: %w", err)
l.Log.Errorf("creating decoder failed: %v", err)
return nil
}

Expand Down

0 comments on commit bad5458

Please sign in to comment.