diff options
Diffstat (limited to 'cli/src/cli-cmd.c')
-rw-r--r-- | cli/src/cli-cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd.c b/cli/src/cli-cmd.c index 2b9aea191df..cdcc4be2d7b 100644 --- a/cli/src/cli-cmd.c +++ b/cli/src/cli-cmd.c @@ -137,7 +137,7 @@ cli_cmd_process (struct cli_state *state, int argc, char **argv) if (ret) { cli_out ("Connection failed. Please check if gluster " "daemon is operational."); - gf_log ("", GF_LOG_NORMAL, "Exiting with: %d", ret); + gf_log ("", GF_LOG_INFO, "Exiting with: %d", ret); exit (ret); } } |