Be more explicit again in UMM bad HomeURL message by logging the original creator data

mb-throttle-test
Justin Clark-Casey (justincc) 2014-11-27 00:32:04 +00:00
parent 8a27fc5d61
commit ee9fae23ff
1 changed files with 2 additions and 2 deletions

View File

@ -613,8 +613,8 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
catch (UriFormatException)
{
m_log.DebugFormat(
"[USER MANAGEMENT MODULE]: Unable to parse home URL {0} for user name {1}, ID {2} when adding user info.",
parts[0], user.FirstName ?? "Unknown", id);
"[USER MANAGEMENT MODULE]: Unable to parse home URL {0} for user name {1}, ID {2} from original creator data {3} when adding user info.",
parts[0], user.FirstName ?? "Unknown", id, creatorData);
user.LastName = "@unknown";
}