We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b25c5 commit 670dd15Copy full SHA for 670dd15
1 file changed
lib/ProducerImpl.cc
@@ -755,7 +755,7 @@ void ProducerImpl::sendMessage(std::unique_ptr<OpSendMsg> opSendMsg) {
755
void ProducerImpl::printStats() {
756
if (batchMessageContainer_) {
757
LOG_INFO("Producer - " << producerStr_ << ", [batchMessageContainer = " << *batchMessageContainer_
758
- << "]");
+ << "]");
759
} else {
760
LOG_INFO("Producer - " << producerStr_ << ", [batching = off]");
761
}
0 commit comments