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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-12 01:59:47 +01:00
parent 1e86c58822
commit 8873a4a8fc

View File

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