From 6cee7159f2097eec91253edc41e5458e657f8a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 29 Oct 2016 21:08:15 +0200 Subject: [PATCH] degesch: clean up Caught by Coverity, however it is quite harmless. --- degesch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 34d3557..7f02626 100644 --- a/degesch.c +++ b/degesch.c @@ -13090,7 +13090,7 @@ load_configuration (struct app_context *ctx) { log_global_error (ctx, "Cannot load configuration: #s", e->message); log_global_error (ctx, - "Please either fix the configuration file or remove it", filename); + "Please either fix the configuration file or remove it"); error_free (e); exit (EXIT_FAILURE); }