aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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);