mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
More debug messages to help track the XFF header problem.
This commit is contained in:
@@ -223,6 +223,8 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
if (ep != null)
|
||||
return ep.Address.ToString();
|
||||
}
|
||||
else
|
||||
m_log.WarnFormat("[HOME AGENT HANDLER]: No XFF header");
|
||||
|
||||
// Oops
|
||||
return Util.GetCallerIP(request);
|
||||
|
||||
@@ -208,6 +208,9 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
if (ep != null)
|
||||
return ep.Address.ToString();
|
||||
}
|
||||
else
|
||||
m_log.WarnFormat("[AGENT HANDLER]: No XFF header");
|
||||
|
||||
|
||||
// Oops
|
||||
return Util.GetCallerIP(request);
|
||||
|
||||
Reference in New Issue
Block a user