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

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-12 01:59:47 +01:00
parent cef158c42d
commit fca3154982
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");