diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |