You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/03 14:40:02 UTC

[GitHub] [zookeeper] nkalmar commented on a change in pull request #1162: ZOOKEEPER-3635 Use Docker and Maven Release Plugin to prepare ZooKeeper releases

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:
users@infra.apache.org


With regards,
Apache Git Services