From 9965ca476bcbd5799db04a01ada45d50672c3e83 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 8 Jul 2010 11:01:03 -0700 Subject: Cleanup error message on conflicting match --- lib/Vyatta/Qos/Match.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm index 9456605..839ef43 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -76,7 +76,7 @@ sub new { # Firewall mark, packet contents, and meta data use different # tc filters my @filters = (keys %filter); - die "Can not combine matchs ", join(' and ',@filters), "\n" + die "Can not combine match on both ", join(' and ',@filters), "\n" if $#filters > 0; return $self; -- cgit v1.2.3