diff options
author | sacha | 2010-12-04 21:40:18 +0000 |
---|---|---|
committer | sacha | 2010-12-04 21:40:18 +0000 |
commit | 9b9ce8fb27f45009406e088284e4488749f3902e (patch) | |
tree | e0e63201d3253d642cf8def95ad72b67c1d89ac4 | |
parent | Fix spurious Av move when clothing item worn or removed. (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs | 2 |
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 | { |