mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* minor: Downgrade friends module 'client logging out' notice from error to debug
This commit is contained in:
@@ -912,7 +912,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Friends
|
||||
|
||||
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;
|
||||
lock (m_friendLists)
|
||||
|
||||
Reference in New Issue
Block a user