Fix the build break

iar_mods
Justin Clark-Casey (justincc) 2011-11-16 00:10:55 +00:00
parent 33b1e385ec
commit 9488b235d1
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
return userdata.ServerURLs[serverType].ToString(); return userdata.ServerURLs[serverType].ToString();
} }
if (userData.HomeURL != null && userdata.HomeURL != string.Empty) if (userdata.HomeURL != null && userdata.HomeURL != string.Empty)
{ {
m_log.DebugFormat( m_log.DebugFormat(
"[USER MANAGEMENT MODULE]: Did not find url type {0} so requesting urls from '{1}' for {2}", "[USER MANAGEMENT MODULE]: Did not find url type {0} so requesting urls from '{1}' for {2}",