From bb15915ce58681c3dcccf9c44f633379eb20d1f6 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 19 Apr 2016 15:23:36 -0400 Subject: [PATCH] Use EventPrefix, not Prefix --- scripts/zmaudit.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmaudit.pl.in b/scripts/zmaudit.pl.in index d3f5eadd2..b1e54cd17 100644 --- a/scripts/zmaudit.pl.in +++ b/scripts/zmaudit.pl.in @@ -510,7 +510,7 @@ MAIN: while( $loop ) { $res = $updateUnclosedEventsSth->execute ( sprintf("%s%d%s", - $Monitors{$event->{MonitorId}->{Prefix}, + $Monitors{$event->{MonitorId}->{EventPrefix}, $event->{Id}, RECOVER_TAG ),