Skip to content

Commit

Permalink
kafka: delete optional word in kfk_logger function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Hernando committed Oct 30, 2019
1 parent a58e2f8 commit 3052e56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/kafka/kfk.c
Expand Up @@ -122,13 +122,11 @@ static void kfk_stats_topic_free(kfk_stats_t *st_topic);
/*@}*/

/**
* \brief Kafka logger callback (optional)
* \brief Kafka logger callback
*/
static void kfk_logger (const rd_kafka_t *rk, int level,
const char *fac, const char *buf) {

/* LM_DBG("log_level: %d\n", level); */

switch(level) {
case LOG_EMERG:
LM_NPRL("RDKAFKA fac: %s : %s : %s\n",
Expand Down

0 comments on commit 3052e56

Please sign in to comment.