aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCharles Krinke2008-01-21 03:45:50 +0000
committerCharles Krinke2008-01-21 03:45:50 +0000
commita025f527cf8de097e40197fd937e3a64b512ffb0 (patch)
tree12e64e2a8fdacfac36f9f3d07a90cc0038af7464
parent* And, so did the UDPServer Verboseness (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Communications/UserManagerBase.cs3
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 {