mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Additional debugging print on LOGOUT if/else in userServer.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user