From 87088d95ac76bf982b3802ef595ff0ca47c2d624 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 5 Apr 2016 09:22:36 -0400 Subject: [PATCH] change error to Warning... it is possible to not have any filters returned --- scripts/zmfilter.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmfilter.pl.in b/scripts/zmfilter.pl.in index e4d0d382e..511754a33 100755 --- a/scripts/zmfilter.pl.in +++ b/scripts/zmfilter.pl.in @@ -246,7 +246,7 @@ sub getFilters } $sth->finish(); if ( ! @filters ) { - Error("No filter found for $sql with values(@sql_values)"); + Warning("No filter found for $sql with values(@sql_values)"); } else { Debug( "Got " . @filters . " filters" ); }