From 5981ce59e3911154b47ca5bb4bc745cde049a5a3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 18 Mar 2014 07:28:14 -0700 Subject: [PATCH] Include -t in debug_restore_input() error message Signed-off-by: Tom Eastep --- Shorewall/Perl/lib.core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/lib.core b/Shorewall/Perl/lib.core index 670f68960..d09ff3ade 100644 --- a/Shorewall/Perl/lib.core +++ b/Shorewall/Perl/lib.core @@ -532,7 +532,7 @@ debug_restore_input() { eval $g_tool -t $table $first $second $rest if [ $? -ne 0 ]; then - error_message "ERROR: Command \"$g_tool $first $second $rest\" Failed" + error_message "ERROR: Command \"$g_tool -t $table $first $second $rest\" Failed" stop_firewall exit 2 fi