From b56c61ce0a4e7d8a81e05318fae6f66a6d7093b3 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 16 Dec 2007 21:21:44 +0000 Subject: Comment out an unneeded "Home Location" message. --- OpenSim/Grid/UserServer/UserLoginService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Grid/UserServer') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 041cc88..6b5d3ff 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -70,7 +70,8 @@ namespace OpenSim.Grid.UserServer m_config.GridSendKey, m_config.GridRecvKey); // Customise the response - MainLog.Instance.Verbose("LOGIN", "Home Location"); + //CFK: This is redundant and the next message should always appear. + //CFK: MainLog.Instance.Verbose("LOGIN", "Home Location"); response.Home = "{'region_handle':[r" + (SimInfo.regionLocX * 256).ToString() + ",r" + (SimInfo.regionLocY * 256).ToString() + "], " + "'position':[r" + theUser.homeLocation.X.ToString() + ",r" + -- cgit v1.1