mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packet type
Resolves http://opensimulator.org/mantis/view.php?id=6945
This commit is contained in:
@@ -694,7 +694,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
cinfo.AsyncRequests[packet.Type.ToString()]++;
|
||||
|
||||
object obj = new AsyncPacketProcess(this, pprocessor.method, packet);
|
||||
Util.FireAndForget(ProcessSpecificPacketAsync, obj);
|
||||
Util.FireAndForget(ProcessSpecificPacketAsync, obj, packet.Type.ToString());
|
||||
result = true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user