Skip to content
Snippets Groups Projects
Commit fb48d33f authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed typo in statistics identifier name

parent abb0de3e
No related branches found
No related tags found
No related merge requests found
...@@ -890,7 +890,7 @@ sub getConfigManagerCounters ...@@ -890,7 +890,7 @@ sub getConfigManagerCounters
foreach my $pid (@poolList) { foreach my $pid (@poolList) {
my $cid = getPoolTrafficClassID($pid); my $cid = getPoolTrafficClassID($pid);
# Bump the class counter # Bump the class counter
$counters{"ConfigManager:ClassLimits:$cid"}++; $counters{"ConfigManager:ClassPools:$cid"}++;
} }
return \%counters; return \%counters;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment