From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:19:53 +0000 (+0200) Subject: status X-Git-Tag: pre2018~48 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=baae85f957a532a94a3c22fc48bd9769d7a4c249;p=hadesdaq.git status --- diff --git a/hmon/permanent/hmon_logfile.pl b/hmon/permanent/hmon_logfile.pl index f2e7026..d46b8f7 100755 --- a/hmon/permanent/hmon_logfile.pl +++ b/hmon/permanent/hmon_logfile.pl @@ -44,6 +44,7 @@ while(my $a = ) { next if ($a =~ /Transmitter/); next if ($a =~ /HADAQ/); next if ($a =~ /DropAllInputBuffers/); + next if ($a =~ /Lost\sEvent\srate/); } next if ($a =~ /30 boards complain: Event not found: 3000/); next if ($a =~ /30 boards complain: frontend not configured: 3000/);