catch more error exception cases on fetchinventory req parsing

master
UbitUmarov 2020-01-19 20:10:08 +00:00
parent f85e932f59
commit ddef089eaa
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace OpenSim.Capabilities.Handlers
{
hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request));
}
catch (LLSD.LLSDParseException e)
catch (Exception e)
{
m_log.ErrorFormat("[WEB FETCH INV DESC HANDLER]: Fetch error: {0}{1}" + e.Message, e.StackTrace);
m_log.Error("Request: " + request);