minor: Fix bug in categorization of blocks reused stat from packetpool

connector_plugin
Justin Clark-Casey (justincc) 2012-10-12 01:59:47 +01:00
parent 1e86c58822
commit 8873a4a8fc
1 changed files with 1 additions and 1 deletions

View File

@ -55,8 +55,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private PercentageStat m_blocksReusedStat = new PercentageStat( private PercentageStat m_blocksReusedStat = new PercentageStat(
"BlocksReused", "BlocksReused",
"Blocks reused", "Blocks reused",
"clientstack",
"packetpool", "packetpool",
"simulator",
StatVerbosity.Debug, StatVerbosity.Debug,
"Number of data blocks reused out of all requests to the packet pool"); "Number of data blocks reused out of all requests to the packet pool");