Skip to content

Commit

Permalink
Join lines
Browse files Browse the repository at this point in the history
Isaac Connor committed Nov 17, 2024
1 parent 13a4118 commit b4496fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zmeventnotification.pl
Original file line number Diff line number Diff line change
@@ -3685,8 +3685,7 @@ sub processNewAlarmsInFork {
my $state = zmGetMonitorState($monitor);
my $shm_eid = zmGetLastEvent($monitor);

if ( ( $state == STATE_IDLE || $state == STATE_TAPE || $shm_eid != $eid )
&& !$endProcessed ) {
if ( ( $state == STATE_IDLE || $state == STATE_TAPE || $shm_eid != $eid ) && !$endProcessed ) {

# The alarm has ended
Debug(2, "For $mid ($mname), SHM says: state=$state, eid=$shm_eid");

0 comments on commit b4496fc

Please sign in to comment.