More subtle message tuning of log messages.

afrisby
Charles Krinke 2007-12-16 22:51:17 +00:00
parent f426423f21
commit 030d735b7e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ namespace OpenSim.Grid.UserServer
theUser.currentAgent.currentRegion = SimInfo.UUID;
theUser.currentAgent.currentHandle = SimInfo.regionHandle;
MainLog.Instance.Verbose("LOGIN", "Informing " + SimInfo.httpServerURI + " @ " +
MainLog.Instance.Verbose("LOGIN", SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " +
SimInfo.regionLocX + "," + SimInfo.regionLocY);
XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);