Skip to content

Commit

Permalink
add footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
moogacs committed Sep 14, 2022
1 parent d858811 commit 11caf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ func (r *reader) run(ctx context.Context, offset int64) {
r.sendError(ctx, err)
} else {
r.withErrorLogger(func(log Logger) {
log.Printf("the kafka reader got an unknown error reading partition %d of %s at offset %d: %s", r.partition, r.topic, toHumanOffset(offset), err)
log.Printf("mooga the kafka reader got an unknown error reading partition %d of %s at offset %d: %s", r.partition, r.topic, toHumanOffset(offset), err)
})
r.stats.errors.observe(1)
conn.Close()
Expand Down

0 comments on commit 11caf06

Please sign in to comment.