aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorCharles Krinke2007-12-16 22:51:17 +0000
committerCharles Krinke2007-12-16 22:51:17 +0000
commit030d735b7eb3e37ebd30712ded696c03bb83579b (patch)
treedc8f6f7c5886e075659d4f0f2a10f0d1f4315b69 /OpenSim/Grid
parentA bit more tuning of UserServer messages. (diff)
downloadopensim-SC_OLD-030d735b7eb3e37ebd30712ded696c03bb83579b.zip
opensim-SC_OLD-030d735b7eb3e37ebd30712ded696c03bb83579b.tar.gz
opensim-SC_OLD-030d735b7eb3e37ebd30712ded696c03bb83579b.tar.bz2
opensim-SC_OLD-030d735b7eb3e37ebd30712ded696c03bb83579b.tar.xz
More subtle message tuning of log messages.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 0403405..c5c0d02 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -119,7 +119,7 @@ namespace OpenSim.Grid.UserServer
119 theUser.currentAgent.currentRegion = SimInfo.UUID; 119 theUser.currentAgent.currentRegion = SimInfo.UUID;
120 theUser.currentAgent.currentHandle = SimInfo.regionHandle; 120 theUser.currentAgent.currentHandle = SimInfo.regionHandle;
121 121
122 MainLog.Instance.Verbose("LOGIN", "Informing " + SimInfo.httpServerURI + " @ " + 122 MainLog.Instance.Verbose("LOGIN", SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " +
123 SimInfo.regionLocX + "," + SimInfo.regionLocY); 123 SimInfo.regionLocX + "," + SimInfo.regionLocY);
124 124
125 XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); 125 XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);