Commit 9f47f465 authored by Geoff Simmons's avatar Geoff Simmons

Update for zookeeper 3.8.0.

parent 61db8ad6
...@@ -115,10 +115,8 @@ MQ_GlobalInit(unsigned nworkers, const char *config_fname) ...@@ -115,10 +115,8 @@ MQ_GlobalInit(unsigned nworkers, const char *config_fname)
MQ_LOG_SetLevel(loglvl); MQ_LOG_SetLevel(loglvl);
} }
snprintf(_version, LINE_MAX, snprintf(_version, LINE_MAX,
"libtrackrdr-kafka %s, rdkafka %s, zookeeper %d.%d.%d, " "libtrackrdr-kafka %s, rdkafka %s, zookeeper %s, pcre %s",
"pcre %s", SO_VERSION, rd_kafka_version_str(), SO_VERSION, rd_kafka_version_str(), ZOO_VERSION, pcre_version());
ZOO_MAJOR_VERSION, ZOO_MINOR_VERSION, ZOO_PATCH_VERSION,
pcre_version());
MQ_LOG_Log(LOG_INFO, "initializing (%s)", _version); MQ_LOG_Log(LOG_INFO, "initializing (%s)", _version);
if (zookeeper[0] == '\0' && brokerlist[0] == '\0') { if (zookeeper[0] == '\0' && brokerlist[0] == '\0') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment