Remove extremely spammy error message that isn't an actual error - user

ids queried may not exist, since LSL can use this as well, with
arbitrary ids
avinationmerge
Melanie Thielker 2014-07-20 23:58:46 +02:00
parent 34c40a1e1a
commit 72cead2920
1 changed files with 5 additions and 5 deletions

View File

@ -388,10 +388,10 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
else
m_log.DebugFormat("[USER MANAGEMENT MODULE]: Unable to parse UUI {0}", uInfo.UserID);
}
else
{
m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid);
}
// else
// {
// m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid);
// }
names[0] = "Unknown";
names[1] = "UserUMMTGUN9";
@ -716,4 +716,4 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
}
}
}