nkalmar commented on a change in pull request #1162: ZOOKEEPER-3635 Use Docker 
and Maven Release Plugin to prepare ZooKeeper releases
URL: https://github.com/apache/zookeeper/pull/1162#discussion_r353216209
 
 

 ##########
 File path: zookeeper-client/zookeeper-client-c/src/cli.c
 ##########
 @@ -834,6 +834,8 @@ int main(int argc, char **argv) {
                 "                                 command 'verbose' later to 
activate debug logs in the cli shell)\n\n",
                 argv[0]);
         fprintf(stderr,
+                "Version: ZooKeeper cli (c client) version %s\n",
+                ZOO_VERSION);
                 "Version: ZooKeeper cli (c client) version %d.%d.%d\n",
 
 Review comment:
   Why not remove the old print for the version?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to