Merge branch 'justincc-master'

This commit is contained in:
Justin Clark-Casey (justincc)
2014-01-11 01:22:42 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -557,7 +557,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
}
catch
{
m_log.DebugFormat("[USER AGENT CONNECTOR]: Unable to contact remote server {0} for GetServerURLs", m_ServerURL);
m_log.DebugFormat("[USER AGENT CONNECTOR]: Unable to contact remote server {0} for GetServerURLs for user {1}", m_ServerURL, userID);
// reason = "Exception: " + e.Message;
return serverURLs;
}