aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
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 }