minor: Add region name to dropped inbound packet message

integration
Justin Clark-Casey (justincc) 2012-04-26 16:04:49 +01:00
parent 4c4ffb9868
commit b0cbf16c19
1 changed files with 3 additions and 1 deletions

View File

@ -1350,7 +1350,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
else
{
m_log.DebugFormat("[LLUDPSERVER]: Dropping incoming {0} packet for dead client {1}", packet.Type, udpClient.AgentID);
m_log.DebugFormat(
"[LLUDPSERVER]: Dropped incoming {0} for dead client {1} in {2}",
packet.Type, udpClient.AgentID, m_scene.RegionInfo.RegionName);
}
}