diff options
author | Charles Krinke | 2008-01-21 03:45:50 +0000 |
---|---|---|
committer | Charles Krinke | 2008-01-21 03:45:50 +0000 |
commit | a025f527cf8de097e40197fd937e3a64b512ffb0 (patch) | |
tree | 12e64e2a8fdacfac36f9f3d07a90cc0038af7464 /OpenSim | |
parent | * And, so did the UDPServer Verboseness (diff) | |
download | opensim-SC_OLD-a025f527cf8de097e40197fd937e3a64b512ffb0.zip opensim-SC_OLD-a025f527cf8de097e40197fd937e3a64b512ffb0.tar.gz opensim-SC_OLD-a025f527cf8de097e40197fd937e3a64b512ffb0.tar.bz2 opensim-SC_OLD-a025f527cf8de097e40197fd937e3a64b512ffb0.tar.xz |
Add additional mainlog data to LogOffUser
to aid in debugging.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 8821776..7e1047f 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs | |||
@@ -442,7 +442,8 @@ namespace OpenSim.Framework.UserManagement | |||
442 | { | 442 | { |
443 | MainLog.Instance.Verbose("LOGOUT", "didn't save logout position, currentAgent is null *do Fix "); | 443 | MainLog.Instance.Verbose("LOGOUT", "didn't save logout position, currentAgent is null *do Fix "); |
444 | } | 444 | } |
445 | MainLog.Instance.Verbose("LOGOUT", userProfile.username + " " + userProfile.surname); | 445 | MainLog.Instance.Verbose("LOGOUT", userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" ); |
446 | MainLog.Instance.Verbose("LOGOUT", "userid: " + userid.ToString() + " regionid: " + regionid.ToString() ); | ||
446 | } | 447 | } |
447 | else | 448 | else |
448 | { | 449 | { |