The fallback error message is an automatically recovered error.
Only print the error message in verbose mode or greater.
This behavior is followed elsewhere and so this change makes the design more consistent.
setting->search_shared = F_false;
}
- if (data->main->error.verbosity != f_console_verbosity_quiet_e) {
+ if (data->main->error.verbosity >= f_console_verbosity_verbose_e) {
flockfile(data->main->error.to.stream);
fl_print_format("%r%[%QThe parameters '%]", data->main->error.to.stream, f_string_eol_s, data->main->error.context, data->main->error.prefix, data->main->error.context);