aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
diff options
context:
space:
mode:
authorsacha2010-12-04 21:40:18 +0000
committersacha2010-12-04 21:40:18 +0000
commit9b9ce8fb27f45009406e088284e4488749f3902e (patch)
treee0e63201d3253d642cf8def95ad72b67c1d89ac4 /OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
parentFix spurious Av move when clothing item worn or removed. (diff)
downloadopensim-SC_OLD-9b9ce8fb27f45009406e088284e4488749f3902e.zip
opensim-SC_OLD-9b9ce8fb27f45009406e088284e4488749f3902e.tar.gz
opensim-SC_OLD-9b9ce8fb27f45009406e088284e4488749f3902e.tar.bz2
opensim-SC_OLD-9b9ce8fb27f45009406e088284e4488749f3902e.tar.xz
add more detail to the log in case of FORM Timeout
cause nothing relevant are in the services logs
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs b/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
index 41ece86..d5646d0 100644
--- a/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
+++ b/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Servers.HttpServer
83 } 83 }
84 catch (Exception e) 84 catch (Exception e)
85 { 85 {
86 m_log.DebugFormat("[FORMS]: exception occured on sending request to {0}: " + e.ToString(), requestUrl); 86 m_log.DebugFormat("[FORMS]: exception occured on sending request to {0}: with {1} " + e.ToString(), requestUrl,obj);
87 } 87 }
88 finally 88 finally
89 { 89 {