* minor: Downgrade friends module 'client logging out' notice from error to debug

0.6.1-post-fixes
Justin Clarke Casey 2008-12-12 21:24:39 +00:00
parent 80f285a2aa
commit 3aaf303a75
1 changed files with 1 additions and 1 deletions

View File

@ -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)