Enable log message to tell us what type of url is being requested from a user's homeurl

iar_mods
Justin Clark-Casey (justincc) 2011-11-15 23:38:24 +00:00
parent 31ffd5450b
commit 92dff85afb
1 changed files with 3 additions and 3 deletions

View File

@ -267,9 +267,9 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
if (userdata.HomeURL != string.Empty)
{
// m_log.DebugFormat(
// "[USER MANAGEMENT MODULE]: Did not find url type {0} so requesting urls from {1} for {2}",
// serverType, userdata.HomeURL, userID);
m_log.DebugFormat(
"[USER MANAGEMENT MODULE]: Did not find url type {0} so requesting urls from '{1}' for {2}",
serverType, userdata.HomeURL, userID);
UserAgentServiceConnector uConn = new UserAgentServiceConnector(userdata.HomeURL);
userdata.ServerURLs = uConn.GetServerURLs(userID);