diff options
-rw-r--r-- | OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs b/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs index 3fd0c53..e235733 100644 --- a/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs +++ b/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs | |||
@@ -153,7 +153,7 @@ namespace OpenSim.Services.Connectors.Friends | |||
153 | if (!region.ServerURI.EndsWith("/")) | 153 | if (!region.ServerURI.EndsWith("/")) |
154 | path = "/" + path; | 154 | path = "/" + path; |
155 | string uri = region.ServerURI + path; | 155 | string uri = region.ServerURI + path; |
156 | m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri); | 156 | // m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri); |
157 | 157 | ||
158 | try | 158 | try |
159 | { | 159 | { |