minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-16 01:39:39 +01:00
parent ada9238907
commit 43aa74d139
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ namespace OpenSim.Services.Connectors.Friends
if (!region.ServerURI.EndsWith("/")) if (!region.ServerURI.EndsWith("/"))
path = "/" + path; path = "/" + path;
string uri = region.ServerURI + 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 try
{ {