* minor: Downgrade friends module 'client logging out' notice from error to debug
parent
80f285a2aa
commit
3aaf303a75
|
@ -912,7 +912,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Friends
|
||||||
|
|
||||||
private void OnLogout(IClientAPI remoteClient)
|
private void OnLogout(IClientAPI remoteClient)
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat("[FRIEND]: Client {0} logged out", remoteClient.Name);
|
m_log.DebugFormat("[FRIEND]: Client {0} logged out", remoteClient.Name);
|
||||||
|
|
||||||
List<FriendListItem> fl;
|
List<FriendListItem> fl;
|
||||||
lock (m_friendLists)
|
lock (m_friendLists)
|
||||||
|
|
Loading…
Reference in New Issue