Use EventPrefix, not Prefix

This commit is contained in:
Isaac Connor 2016-04-19 15:23:36 -04:00
parent 588dbc0c3c
commit bb15915ce5
1 changed files with 1 additions and 1 deletions

View File

@ -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
),