mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Suppress misleading message when logging in locally
The gatekeeper and travel info address will not actually be set there, stop OpenSim from showing a blank address. It's confusing.
This commit is contained in:
@@ -301,8 +301,12 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
// Everything is ok
|
||||
|
||||
// Update the perceived IP Address of our grid
|
||||
m_log.DebugFormat("[USER AGENT SERVICE]: Gatekeeper sees me as {0}", myExternalIP);
|
||||
if (!fromLogin)
|
||||
{
|
||||
// Update the perceived IP Address of our grid
|
||||
m_log.DebugFormat("[USER AGENT SERVICE]: Gatekeeper sees me as {0}", myExternalIP);
|
||||
}
|
||||
|
||||
travel.MyIpAddress = myExternalIP;
|
||||
|
||||
StoreTravelInfo(travel);
|
||||
|
||||
Reference in New Issue
Block a user