Fix problem where reventlog would fail against a management module

This commit is contained in:
Jarrod Johnson 2013-11-07 09:59:07 -05:00
parent 1f68b5b240
commit 0b6473f202

View File

@ -450,7 +450,7 @@ sub eventlog { #Tried various optimizations, but MM seems not to do bulk-request
} else {
foreach (@moreslots) {
#$matchstring=sprintf("BLADE_%02d",$_);
$matchstring=sprintf("(NODE_%02d|BLADE_%02d",$_,$_);
$matchstring=sprintf("(NODE_%02d|BLADE_%02d)",$_,$_);
if ($source =~ m/$matchstring$/i) { #MM guys changed their minds on capitalization
if (defined($order)) {
$numentries++;