From: Kevin Day Date: Tue, 23 Jul 2019 01:44:26 +0000 (-0500) Subject: Cleanup: make sure 'iptables' appears in error message 'Failed to perform requested... X-Git-Tag: 0.5.0~514 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5d4f15d6c558055e8b9f58da4614e29cae16edc8;p=fll Cleanup: make sure 'iptables' appears in error message 'Failed to perform requested iptables operation' --- diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index cdd9867..acae716 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -354,6 +354,7 @@ extern "C" { fl_print_color_code(f_standard_error, data->context.error); + fprintf(f_standard_error, "%s ", firewall_tool_iptables); for (; i < arguments.used; i++) { fprintf(f_standard_error, "%s ", arguments.array[i].string); }