Skip to content

Commit 670dd15

Browse files
committed
format
1 parent 74b25c5 commit 670dd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ProducerImpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ void ProducerImpl::sendMessage(std::unique_ptr<OpSendMsg> opSendMsg) {
755755
void ProducerImpl::printStats() {
756756
if (batchMessageContainer_) {
757757
LOG_INFO("Producer - " << producerStr_ << ", [batchMessageContainer = " << *batchMessageContainer_
758-
<< "]");
758+
<< "]");
759759
} else {
760760
LOG_INFO("Producer - " << producerStr_ << ", [batching = off]");
761761
}

0 commit comments

Comments
 (0)