summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli/src/cli.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index 66aa5858cf6..9b1ed87c1e7 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -706,6 +706,9 @@ main (int argc, char *argv[])
if (ret)
goto out;
+ gf_log ("cli", GF_LOG_INFO, "Started running %s with version %s",
+ argv[0], PACKAGE_VERSION);
+
global_rpc = cli_rpc_init (&state);
if (!global_rpc)
goto out;