Skip to content

Commit af0184f

Browse files
authored
Update consume.py
1 parent a0c4319 commit af0184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saluki/consume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def consume(
5353
- num_messages
5454
)
5555

56-
logger.info(f"starting at {start}")
56+
logger.info(f"starting at offset {start}")
5757
c.assign([TopicPartition(topic, partition, start)])
5858

5959
try:

0 commit comments

Comments
 (0)