mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* refactor: Move error logging from GetUserDetails up to callers, since there are some circumstances in which not finding a user is not an error
This commit is contained in:
@@ -604,6 +604,13 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Currency.SampleMoney
|
||||
string avatarname = profile.UserProfile.FirstName + " " + profile.UserProfile.SurName;
|
||||
return avatarname;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[MONEY]: Could not resolve user {0}",
|
||||
agentID);
|
||||
}
|
||||
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user