add more detail to the log in case of FORM Timeout

cause nothing relevant are in the services logs
avinationmerge
sacha 2010-12-04 21:40:18 +00:00
parent bf695cccba
commit 9b9ce8fb27
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
catch (Exception e)
{
m_log.DebugFormat("[FORMS]: exception occured on sending request to {0}: " + e.ToString(), requestUrl);
m_log.DebugFormat("[FORMS]: exception occured on sending request to {0}: with {1} " + e.ToString(), requestUrl,obj);
}
finally
{