fl_print_format("%r%[%QUnable to %Q %Q '%]", print.to.stream, f_string_eol_s, print.context, print.prefix, operation, type_name, print.context);
fl_print_format("%[%Q%]", print.to.stream, print.notable, name, print.notable);
- fl_print_format("%[', found.%]%r", print.to.stream, print.context, print.context, f_string_eol_s);
+ fl_print_format("%[', found existing %Q.%]%r", print.to.stream, print.context, print.context, type_name, f_string_eol_s);
funlockfile(print.to.stream);
}
}
if (status == F_true) {
- controller_print_error_file(thread, main->error, F_file_found, "f_file_exists", F_true, pid_file, f_file_operation_find_s, fll_error_file_type_file_e);
+ controller_print_error_file(thread, main->error, F_file_found, "f_file_exists", F_true, pid_file, f_file_operation_create_s, fll_error_file_type_file_e);
return F_status_set_error(F_file_found);
}