dictionary.try and other cosmetics

This commit is contained in:
UbitUmarov
2024-04-16 18:01:06 +01:00
parent 7dda8b4154
commit b9eb6bdd76
2 changed files with 27 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ namespace OpenSim.Region.ClientStack.Linden
{
public void DispatchRegionInfo(IOSHttpRequest request, IOSHttpResponse response, OSDMap map)
{
m_log.Debug("[CAPS]: DispatchRegionInfo Request in region: " + m_regionName + "\n");
//m_log.Debug("[CAPS]: DispatchRegionInfo Request in region: " + m_regionName + "\n");
if (request.HttpMethod != "POST")
{