Fix problem where reventlog would fail against a management module
This commit is contained in:
parent
1f68b5b240
commit
0b6473f202
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user