Skip to content

Commit 7aa64cd

Browse files
committed
Updated debug log msg
1 parent 5ab135a commit 7aa64cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rdkafka_cgrp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,8 +2958,8 @@ rd_kafka_cgrp_consumer_assignment_with_metadata(
29582958

29592959
if (!partition_found && topic_name != NULL)
29602960
rd_kafka_dbg(rkcg->rkcg_rk, CGRP, "HEARTBEAT",
2961-
"Found new partition for topic %s. "
2962-
"Updating metadata.",
2961+
"Found new partition for topic \"%s\". "
2962+
"Updating metadata",
29632963
topic_name);
29642964

29652965
if (missing_topic_ids) {

0 commit comments

Comments
 (0)