mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
fixed typo log message
This commit is contained in:
@@ -115,7 +115,7 @@ int main(int argc, char* argv[]) {
|
||||
},
|
||||
// Whenever EOF is reached on a partition, print this
|
||||
[](ConsumerDispatcher::EndOfFile, const TopicPartition& topic_partition) {
|
||||
cout << "Reched EOF on partition " << topic_partition << endl;
|
||||
cout << "Reached EOF on partition " << topic_partition << endl;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user