From fc2ef6feea6f54a6d8bf0396e408e233c263bf37 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Mar 2018 20:33:58 +0100 Subject: [PATCH] client: Remove duplicate error message. client_parse_config() returns an error code, so the caller is responsible for printing a suitable error message. --- client_common.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2