mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Enable debugging of the region connector's query string
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user