degesch: clean up

Caught by Coverity, however it is quite harmless.
This commit is contained in:
Přemysl Eric Janouch 2016-10-29 21:08:15 +02:00
parent 568f9b7123
commit 6cee7159f2
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}