From c076eab633e465cedad8a8f25cd9d8707d2c0e92 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Thu, 7 Feb 2008 03:13:30 +0000 Subject: Additional debugging print on LOGOUT if/else in userServer. --- OpenSim/Framework/Communications/UserManagerBase.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index edab6ae..e5a943b 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs @@ -446,10 +446,9 @@ namespace OpenSim.Framework.UserManagement } else { - m_log.Info("[LOGOUT]: didn't save logout position, currentAgent is null *do Fix "); + m_log.Info("[LOGOUT]: didn't save logout position, currentAgent: " + userAgent.ToString() ); } m_log.Info("[LOGOUT]: " + userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" ); - m_log.Info("[LOGOUT]: userid: " + userid.ToString() + " regionid: " + regionid.ToString() ); } else { -- cgit v1.1