mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
comment out a couple simian debug messages
This commit is contained in:
@@ -159,9 +159,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
return false;
|
||||
}
|
||||
|
||||
// DEBUG ON
|
||||
m_log.WarnFormat("[SIMIAN AVATAR CONNECTOR] save appearance for {0}",userID);
|
||||
// DEBUG OFF
|
||||
// m_log.DebugFormat("[SIMIAN AVATAR CONNECTOR] save appearance for {0}",userID);
|
||||
|
||||
NameValueCollection requestArgs = new NameValueCollection
|
||||
{
|
||||
|
||||
@@ -305,7 +305,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
{ "Enabled", "1" }
|
||||
};
|
||||
|
||||
m_log.WarnFormat("[SIMIAN GRID CONNECTOR] request regions by range {0} to {1}",minPosition.ToString(),maxPosition.ToString());
|
||||
//m_log.DebugFormat("[SIMIAN GRID CONNECTOR] request regions by range {0} to {1}",minPosition.ToString(),maxPosition.ToString());
|
||||
|
||||
|
||||
OSDMap response = WebUtil.PostToService(m_ServerURI, requestArgs);
|
||||
|
||||
Reference in New Issue
Block a user