fl_print_format(f_string_format_sentence_end_single_s.string, print->to, print->context, print->context, f_string_eol_s);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_debug_perform_control_socket_failure_
fl_print_format("' created.%r", print->to, f_string_eol_s);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_debug_perform_control_socket_success_
controller_print_error_entry_cache(print, &main->thread.cache.action, is_entry, 0);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_debug_perform_pid_file_create_problem_
fl_print_format("%[%Q%]' created.%r", print->to, print->notable, main->process.path_pid, print->notable, f_string_eol_s);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_debug_perform_pid_file_create_success_
controller_print_error_entry_cache(print, &main->thread.cache.action, is_entry, debug);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_error_perform_pid_file_create_
fl_print_format("Items to execute.%]%r", print->to, print->context, f_string_eol_s);
controller_unlock_print_flush(print->to, &main->thread);
+
+ return F_okay;
}
#endif // _di_controller_print_error_rule_item_execute_none_