Skip to content

Commit

Permalink
Fix string formatting mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneagan committed Nov 11, 2022
1 parent 521852d commit 67e4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/signed_blinded_token_issuer_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ OUTER:
err = Emit(producer, resultSetBuffer.Bytes(), log)
if err != nil {
message := fmt.Sprintf(
"request %s: failed to emit to topic %s with result: %w",
"request %s: failed to emit to topic %s with result: %v",
resultSet.Request_id,
producer.Topic,
resultSet,
Expand Down

0 comments on commit 67e4368

Please sign in to comment.