if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $failure == "" && ! -d ${path_build}documents ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: the build directory $c_notice${path_build}documents$c_error cannot be found or is invalid.$c_reset"
+ echo -e "${c_error}ERROR: The build directory $c_notice${path_build}documents$c_error cannot be found or is invalid.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy directory $c_notice${path_build}documents$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy directory $c_notice${path_build}documents$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy directory $c_notice${path_build}licenses$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy directory $c_notice${path_build}licenses$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy directory $c_notice${path_build}../licenses$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy directory $c_notice${path_build}../licenses$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy script $c_notice${path_build}bootstrap.sh$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy script $c_notice${path_build}bootstrap.sh$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to set executable permissions on script $c_notice${package}bootstrap.sh$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to set executable permissions on script $c_notice${package}bootstrap.sh$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy script $c_notice${path_build}install.sh$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy script $c_notice${path_build}install.sh$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to set executable permissions on script $c_notice${package}install.sh$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to set executable permissions on script $c_notice${package}install.sh$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}build$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}build$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}sources$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}documents$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}documents$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}licenses$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}licenses$c_error.$c_reset"
fi
failure=1
if [[ ! -d ${path_sources}${level}/${dependency}/data/build/ ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to find dependency data directory $c_notice${path_sources}${level}/${dependency}/data/build/$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to find dependency data directory $c_notice${path_sources}${level}/${dependency}/data/build/$c_error.$c_reset"
fi
failure=1
if [[ ! -d ${path_sources}${sub_level}/${sub_dependency}/data/build/ ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to find dependency data directory $c_notice${path_sources}${sub_level}/${sub_dependency}/data/build/$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to find dependency data directory $c_notice${path_sources}${sub_level}/${sub_dependency}/data/build/$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update settings file $c_notice${settings}$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update settings file $c_notice${settings}$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update settings file $c_notice${settings}$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update settings file $c_notice${settings}$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update settings file $c_notice${settings}$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update settings file $c_notice${settings}$c_error.$c_reset"
fi
failure=1
settings=${path_sources}${level}/${dependency}/data/build/settings
if [[ ! -f $settings ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to find dependency settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to find dependency settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
settings=${directory}/data/build/settings
if [[ ! -f $settings ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to find settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to find settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ ! -f $settings ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to find settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to find settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update headers for settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update headers for settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update libraries for settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to update headers for settings file $c_notice$settings$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to update headers for settings file $c_notice$settings$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy the data directory $c_notice${package}sources/data$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy the data directory $c_notice${package}sources/data$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove directory $c_notice${package}sources/data$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove directory $c_notice${package}sources/data$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to move sources documents directory $c_notice${path_sources}sources/documents$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to move sources documents directory $c_notice${path_sources}sources/documents$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove sources documents directory $c_notice${path_sources}sources/documents$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove sources documents directory $c_notice${path_sources}sources/documents$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to move sources licenses directory $c_notice${path_sources}sources/licenses$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to move sources licenses directory $c_notice${path_sources}sources/licenses$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove sources licenses directory $c_notice${path_sources}sources/licenses$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove sources licenses directory $c_notice${path_sources}sources/licenses$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to move sources specifications directory $c_notice${path_sources}sources/specifications$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to move sources specifications directory $c_notice${path_sources}sources/specifications$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove sources specifications directory $c_notice${path_sources}sources/specifications$c_error to $c_notice$package$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove sources specifications directory $c_notice${path_sources}sources/specifications$c_error to $c_notice$package$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${path_destination}individual$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${path_destination}individual$c_error.$c_reset"
fi
package_cleanup
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}data$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}data$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to move the directory $c_notice$path_build$level$c_error as $c_notice$path_build${level}build$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to move the directory $c_notice$path_build$level$c_error as $c_notice$path_build${level}build$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}sources$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove directory $c_notice${package}sources/data/build$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove directory $c_notice${package}sources/data/build$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}data$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}data$c_error.$c_reset"
fi
package_cleanup
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to move the directory $c_notice$path_build$level$c_error as $c_notice$path_build${level}build$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to move the directory $c_notice$path_build$level$c_error as $c_notice$path_build${level}build$c_error.$c_reset"
fi
package_cleanup
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${package}sources$c_error.$c_reset"
fi
package_cleanup
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create package data directory $c_notice${package}data/$level$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create package data directory $c_notice${package}data/$level$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/data$level$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/data$level$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove directory $c_notice${package}sources/data/build$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove directory $c_notice${package}sources/data/build$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy the data directory $c_notice${package}sources/data/$level/data$c_error to $c_notice${package}data/$level$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy the data directory $c_notice${package}sources/data/$level/data$c_error to $c_notice${package}data/$level$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to remove directory $c_notice${package}sources/data$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to remove directory $c_notice${package}sources/data$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/documents$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/documents$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/licenses$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/licenses$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/specifications$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from data directory $c_notice$subdirectory$c_error to $c_notice${package}sources/specifications$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create package sources directory $c_notice${package}sources/$pathname/$level$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create package sources directory $c_notice${package}sources/$pathname/$level$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy files from sources directory $c_notice$subdirectory$c_error to $c_notice${package}sources/$pathname/$level$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy files from sources directory $c_notice$subdirectory$c_error to $c_notice${package}sources/$pathname/$level$c_error.$c_reset"
fi
failure=1
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to create directory $c_notice${path_destination}program$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to create directory $c_notice${path_destination}program$c_error.$c_reset"
fi
package_cleanup
if [[ $? -ne 0 ]] ; then
if [[ $verbosity != "quiet" ]] ; then
- echo -e "${c_error}ERROR: failed to copy sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
+ echo -e "${c_error}ERROR: Failed to copy sources directory $c_notice$directory$c_error to $c_notice${package}sources$c_error.$c_reset"
fi
failure=1
}
}
else {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify one or more filenames.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify one or more filenames.");
status = F_status_set_error(F_parameter);
}
#ifndef _di_byte_dump_print_file_error_
void byte_dump_print_file_error(const fl_color_context context, const f_string function, const f_string file_name, const f_status status) {
if (status == F_false) {
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: failed to find file '");
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: Failed to find file '");
fl_color_print(f_type_error, context.notable, context.reset, "%s", file_name);
fl_color_print_line(f_type_error, context.error, context.reset, "'.");
return;
else {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify an operation.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify an operation.");
fprintf(f_type_error, "%c", f_string_eol[0]);
}
if (F_status_set_fine(*status) == F_file_found_not) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to find program '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to find program '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", program.string);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' for executing.");
}
for (uint8_t i = 0; i < 1; i++) {
if (settings[i]->used == 0) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the setting '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The setting '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", names[i]);
fl_color_print(f_type_error, data.context.error, data.context.reset, "' is required but is not specified in the settings file '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", data.file_data_build_settings.string);
if (found == F_false) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the specified mode '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The specified mode '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", modes->array[i].string);
fl_color_print(f_type_error, data.context.error, data.context.reset, "' is not a valid mode, according to '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", path_file);
if (data.verbosity != fake_verbosity_quiet) {
// @todo update FSS functions to return which setting index the problem happened on.
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: a setting in the build setting file '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: A setting in the build setting file '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", path_file);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' is too long.");
}
if (setting->build_shared == F_false && setting->build_static == F_false) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the build settings '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The build settings '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", fake_build_setting_name_build_shared);
fl_color_print(f_type_error, data.context.error, data.context.reset, "' and '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", fake_build_setting_name_build_static);
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "f_utf_is_word_dash_plus", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_process);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (status == F_false) {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_process);
fl_color_print(f_type_error, data->context.error, data->context.reset, "' parameters value '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s", arguments.argv[location]);
if (status == F_status_set_error(F_string_too_large)) {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, parameters_name[i]);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' is too long.");
}
if (length == 0 || status == F_data_not) {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, parameters_name[i]);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' must not be empty and must not contain only whitespace.");
}
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "fl_console_parameter_to_string_dynamic_directory", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, parameters_name[i]);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "f_macro_string_dynamic_new", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to load default for the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to load default for the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, parameters_name[i]);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "fll_program_parameter_additional_rip", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_define);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "f_utf_is_word", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_define);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (status == F_false) {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_define);
fl_color_print(f_type_error, data->context.error, data->context.reset, "' parameters value '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s", data->define.array[i].string);
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "fll_program_parameter_additional_rip", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_mode);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (F_status_is_error(status)) {
if (fake_print_error(*data, F_status_set_fine(status), "f_utf_is_word_dash_plus", F_false) == F_unknown && data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: failed to process the parameter '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to process the parameter '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_mode);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "'.");
}
if (status == F_false) {
if (data->verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fake_long_mode);
fl_color_print(f_type_error, data->context.error, data->context.reset, "' parameters value '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s", data->mode.array[i].string);
if (missing_main) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the fakefile '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The fakefile '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", data.file_data_build_fakefile.string);
fl_color_print(f_type_error, data.context.error, data.context.reset, "' is missing the required '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", fake_make_section_main);
else {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: invalid characters in the define setting name '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Invalid characters in the define setting name '");
fl_color_print_code(f_type_error, data.context.notable);
f_print_string_dynamic(f_type_error, define.array[i].name);
if (F_status_set_fine(status) == F_file_found_not) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to find program '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to find program '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", program.string);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' for executing.");
}
if (status == F_file_found_not) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to find %s '", file_or_directory);
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to find %s '", file_or_directory);
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", name);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "'.");
}
if (status == F_file_found) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the %s '", file_or_directory);
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The %s '", file_or_directory);
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", name);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' already exists.");
}
if (status == F_directory_found_not) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", name);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' due to an invalid directory in the path.");
}
if (status == F_directory_found_not) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", name);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' due to an invalid directory in the path.");
}
if (status == F_failure) {
if (data.verbosity != fake_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", name);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "'.");
}
if (F_status_set_fine(status) == F_false) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: the path '");
+ fl_color_print(f_type_error, data.context.error, data.context.reset, "ERROR: The path '");
fl_color_print(f_type_error, data.context.notable, data.context.reset, "%s", path);
fl_color_print_line(f_type_error, data.context.error, data.context.reset, "' is outside the project root.");
}
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "CRITICAL ERROR: Unable to allocate memory.");
}
else if (status == F_data_not) {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: could not find any network devices");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: Could not find any network devices");
}
else if (status == F_failure) {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: failed to read the device directory '%s'", network_devices);
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: Failed to read the device directory '%s'", network_devices);
}
firewall_delete_local_data(&local);
}
if (data->parameters[fss_basic_list_read_parameter_select].result == f_console_result_found) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fss_basic_list_read_long_select);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' parameter requires a positive number.");
macro_fss_basic_list_read_depths_delete_simple(depths);
}
else {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify one or more files.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify one or more files.");
status = F_status_set_error(F_parameter);
}
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "CRITICAL ERROR: Unable to allocate memory.");
}
else if (status == F_incomplete_utf_stop) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at stop position (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at stop position (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
else if (status == F_incomplete_utf_eos) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at end of string (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at end of string (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
}
if (data->parameters[fss_basic_read_parameter_select].result == f_console_result_found) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fss_basic_read_long_select);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' parameter requires a positive number.");
macro_fss_basic_read_depths_delete_simple(depths);
}
else {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify one or more files.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify one or more files.");
status = F_status_set_error(F_parameter);
}
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "CRITICAL ERROR: Unable to allocate memory.");
}
else if (status == F_incomplete_utf_stop) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at stop position (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at stop position (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
else if (status == F_incomplete_utf_eos) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at end of string (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at end of string (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
}
if (data->parameters[fss_extended_list_read_parameter_select].result == f_console_result_found) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fss_extended_list_read_long_select);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' parameter requires a positive number.");
macro_fss_extended_list_read_depths_delete_simple(depths);
}
else {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify one or more files.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify one or more files.");
status = F_status_set_error(F_parameter);
}
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "CRITICAL ERROR: Unable to allocate memory.");
}
else if (status == F_incomplete_utf_stop) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at stop position (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at stop position (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
else if (status == F_incomplete_utf_eos) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at end of string (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at end of string (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
}
if (data->parameters[fss_extended_read_parameter_select].result == f_console_result_found) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: the '");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ERROR: The '");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%s%s", f_console_symbol_long_enable, fss_extended_read_long_select);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "' parameter requires a positive number.");
macro_fss_extended_read_depths_delete_simple(depths);
}
else {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify one or more files.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify one or more files.");
status = F_status_set_error(F_parameter);
}
fl_color_print_line(f_type_error, data->context.error, data->context.reset, "CRITICAL ERROR: Unable to allocate memory.");
}
else if (status == F_incomplete_utf_stop) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at stop position (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at stop position (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
else if (status == F_incomplete_utf_eos) {
- fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: error occurred on invalid UTF-8 character at end of string (at ");
+ fl_color_print(f_type_error, data->context.error, data->context.reset, "ENCODING ERROR: Error occurred on invalid UTF-8 character at end of string (at ");
fl_color_print(f_type_error, data->context.notable, data->context.reset, "%d", input.start);
fl_color_print_line(f_type_error, data->context.error, data->context.reset, ").");
}
}
if (data->remaining.used == 0 && !data->process_pipe) {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify an error code.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify an error code.");
fss_status_code_delete_data(data);
return F_status_set_error(F_parameter);
if (status == F_file_found_not) {
if (verbosity != iki_read_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: failed to find %s '", file_or_directory);
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: Failed to find %s '", file_or_directory);
fl_color_print(f_type_error, context.notable, context.reset, "%s", name);
fl_color_print_line(f_type_error, context.error, context.reset, "'.");
}
if (status == F_file_found) {
if (verbosity != iki_read_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: the %s '", file_or_directory);
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: The %s '", file_or_directory);
fl_color_print(f_type_error, context.notable, context.reset, "%s", name);
fl_color_print_line(f_type_error, context.error, context.reset, "' already exists.");
}
if (status == F_directory_found_not) {
if (verbosity != iki_read_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, context.notable, context.reset, "%s", name);
fl_color_print_line(f_type_error, context.error, context.reset, "' due to an invalid directory in the path.");
}
if (status == F_directory_found_not) {
if (verbosity != iki_read_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, context.notable, context.reset, "%s", name);
fl_color_print_line(f_type_error, context.error, context.reset, "' due to an invalid directory in the path.");
}
if (status == F_failure) {
if (verbosity != iki_read_verbosity_quiet) {
fprintf(f_type_error, "%c", f_string_eol[0]);
- fl_color_print(f_type_error, context.error, context.reset, "ERROR: failed to %s %s '", operation, file_or_directory);
+ fl_color_print(f_type_error, context.error, context.reset, "ERROR: Failed to %s %s '", operation, file_or_directory);
fl_color_print(f_type_error, context.notable, context.reset, "%s", name);
fl_color_print_line(f_type_error, context.error, context.reset, "'.");
}
signal_problem_count++;
if (signal_problem_count > problem_count_max_signal_size) {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: max signal problem count has been reached, sleeping for a period of time.", errno);
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: Max signal problem count has been reached, sleeping for a period of time.", errno);
sleep(init_panic_signal_sleep_seconds);
signal_problem_count = 0;
}
}
if (data->remaining.used == 0 && !data->process_pipe) {
- fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: you failed to specify a status code.");
+ fl_color_print_line(f_type_error, data->context.error, data->context.reset, "ERROR: You failed to specify a status code.");
status_code_delete_data(data);
return F_status_set_error(F_parameter);