Enable debugging of the region connector's query string

prioritization
Melanie 2009-10-07 19:10:18 +01:00
parent 6fdec1f7c9
commit a0b6cc3861
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace OpenSim.Services.Connectors
sendData["METHOD"] = "register";
string reqString = ServerUtils.BuildQueryString(sendData);
//m_log.DebugFormat("[GRID CONNECTOR]: queryString = {0}", reqString);
m_log.DebugFormat("[GRID CONNECTOR]: queryString = {0}", reqString);
try
{
string reply = SynchronousRestFormsRequester.MakeRequest("POST",