aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-10-29 21:08:15 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-10-29 21:08:15 +0200
commit6cee7159f2097eec91253edc41e5458e657f8a78 (patch)
tree7ea681554c25b58258a0d932ccd66351dbf684ba
parent568f9b712308befd337c387b3f129b8f73715993 (diff)
downloadxK-6cee7159f2097eec91253edc41e5458e657f8a78.tar.gz
xK-6cee7159f2097eec91253edc41e5458e657f8a78.tar.xz
xK-6cee7159f2097eec91253edc41e5458e657f8a78.zip
degesch: clean up
Caught by Coverity, however it is quite harmless.
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
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);
}