aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}