aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2014-11-01 15:52:05 +0000
committerUbitUmarov2014-11-01 15:52:05 +0000
commitf2ea426453e4672aeec3a26c607ca820833e96a3 (patch)
treec9c99e8e93e91f8a8900b4e549a627cbd5499efb /OpenSim/Framework
parent only close child agents on sucess of V1 tp not at start (diff)
downloadopensim-SC_OLD-f2ea426453e4672aeec3a26c607ca820833e96a3.zip
opensim-SC_OLD-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.gz
opensim-SC_OLD-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.bz2
opensim-SC_OLD-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.xz
debug msg
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/WebUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index b5152e0..82e777b 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -281,7 +281,7 @@ namespace OpenSim.Framework
281 { 281 {
282 string responseStr = null; 282 string responseStr = null;
283 responseStr = responseStream.GetStreamString(); 283 responseStr = responseStream.GetStreamString();
284 // m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr); 284 m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr);
285 return CanonicalizeResults(responseStr); 285 return CanonicalizeResults(responseStr);
286 } 286 }
287 } 287 }