diff options
author | Charles Krinke | 2008-02-07 03:13:30 +0000 |
---|---|---|
committer | Charles Krinke | 2008-02-07 03:13:30 +0000 |
commit | c076eab633e465cedad8a8f25cd9d8707d2c0e92 (patch) | |
tree | ace9202e9c984de115e2f5b0dee4c3d8a819b41c | |
parent | Shorten root inventory create folder message. (diff) | |
download | opensim-SC_OLD-c076eab633e465cedad8a8f25cd9d8707d2c0e92.zip opensim-SC_OLD-c076eab633e465cedad8a8f25cd9d8707d2c0e92.tar.gz opensim-SC_OLD-c076eab633e465cedad8a8f25cd9d8707d2c0e92.tar.bz2 opensim-SC_OLD-c076eab633e465cedad8a8f25cd9d8707d2c0e92.tar.xz |
Additional debugging print on LOGOUT if/else in userServer.
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
446 | } | 446 | } |
447 | else | 447 | else |
448 | { | 448 | { |
449 | m_log.Info("[LOGOUT]: didn't save logout position, currentAgent is null *do Fix "); | 449 | m_log.Info("[LOGOUT]: didn't save logout position, currentAgent: " + userAgent.ToString() ); |
450 | } | 450 | } |
451 | m_log.Info("[LOGOUT]: " + userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" ); | 451 | m_log.Info("[LOGOUT]: " + userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" ); |
452 | m_log.Info("[LOGOUT]: userid: " + userid.ToString() + " regionid: " + regionid.ToString() ); | ||
453 | } | 452 | } |
454 | else | 453 | else |
455 | { | 454 | { |