Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion committed Jul 15, 2024
1 parent 85fd30e commit 9148cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/source/kinesis/enumerator/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl SplitEnumerator for KinesisSplitEnumerator {
next_token = None;
continue;
}
bail!("Kinesis ListShards service error: {}", e.as_report())
bail!("Kinesis ListShards service error: {:?}", e.as_report())
}
};
match list_shard_output.shards {
Expand Down

0 comments on commit 9148cd6

Please sign in to comment.