From: Andre Noll Date: Wed, 14 Mar 2018 19:33:58 +0000 (+0100) Subject: client: Remove duplicate error message. X-Git-Tag: v0.6.2~29 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fc2ef6feea6f54a6d8bf0396e408e233c263bf37;ds=sidebyside client: Remove duplicate error message. client_parse_config() returns an error code, so the caller is responsible for printing a suitable error message. --- diff --git a/client_common.c b/client_common.c index fce5483a..261dc833 100644 --- a/client_common.c +++ b/client_common.c @@ -605,7 +605,6 @@ out: if (errctx) PARA_ERROR_LOG("%s\n", errctx); free(errctx); - PARA_ERROR_LOG("%s\n", para_strerror(-ret)); lls_free_parse_result(lpr, cmd); free(cf); free(kf);