summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index 4ac7d9e3fb2..d6f2e4a1d42 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -223,7 +223,6 @@ logging_init(glusterfs_ctx_t *ctx, struct cli_state *state)
/* passing ident as NULL means to use default ident for syslog */
if (gf_log_init(ctx, log_file, NULL) == -1) {
fprintf(stderr, "ERROR: failed to open logfile %s\n", log_file);
- return -1;
}
/* CLI should not have something to DEBUG after the release,