mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace OpenSim.Services.Connectors.Friends
|
||||
if (!region.ServerURI.EndsWith("/"))
|
||||
path = "/" + path;
|
||||
string uri = region.ServerURI + path;
|
||||
m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri);
|
||||
// m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user