Skip to content

Commit 4d7cfc9

Browse files
committed
fix error.Wrapf call
1 parent 05cd372 commit 4d7cfc9

File tree

1 file changed

+1
-1
lines changed
  • pkg/dataplane/streamconsumergroup

1 file changed

+1
-1
lines changed

pkg/dataplane/streamconsumergroup/claim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (c *claim) fetchRecordBatches(stopChannel chan struct{}, fetchInterval time
131131
return false, nil
132132
}); err != nil {
133133
return errors.Wrapf(err,
134-
"Failed to get shard location state, attempts exhausted. shard id: %s",
134+
"Failed to get shard location state, attempts exhausted. shard id: %d",
135135
c.shardID)
136136
}
137137

0 commit comments

Comments
 (0)