debug msg

This commit is contained in:
UbitUmarov
2014-11-01 15:52:05 +00:00
parent f6ae8534be
commit f2ea426453

View File

@@ -281,7 +281,7 @@ namespace OpenSim.Framework
{
string responseStr = null;
responseStr = responseStream.GetStreamString();
// m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr);
m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr);
return CanonicalizeResults(responseStr);
}
}