diff options
author | UbitUmarov | 2014-11-01 15:52:05 +0000 |
---|---|---|
committer | UbitUmarov | 2014-11-01 15:52:05 +0000 |
commit | f2ea426453e4672aeec3a26c607ca820833e96a3 (patch) | |
tree | c9c99e8e93e91f8a8900b4e549a627cbd5499efb /OpenSim/Framework/WebUtil.cs | |
parent | only close child agents on sucess of V1 tp not at start (diff) | |
download | opensim-SC-f2ea426453e4672aeec3a26c607ca820833e96a3.zip opensim-SC-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.gz opensim-SC-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.bz2 opensim-SC-f2ea426453e4672aeec3a26c607ca820833e96a3.tar.xz |
debug msg
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
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 | } |