diff options
author | Diva Canto | 2011-01-17 11:03:46 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-17 11:03:46 -0800 |
commit | 66f99ae2677c4cfc26d2376c1de9e8e5d7022dfd (patch) | |
tree | 7eb0158e104960c4d39d70be5fa275c5a570e8d8 /OpenSim/Server/Handlers/Simulation | |
parent | Fix slam bits being lost when editing perms in prim inventory (diff) | |
download | opensim-SC_OLD-66f99ae2677c4cfc26d2376c1de9e8e5d7022dfd.zip opensim-SC_OLD-66f99ae2677c4cfc26d2376c1de9e8e5d7022dfd.tar.gz opensim-SC_OLD-66f99ae2677c4cfc26d2376c1de9e8e5d7022dfd.tar.bz2 opensim-SC_OLD-66f99ae2677c4cfc26d2376c1de9e8e5d7022dfd.tar.xz |
More debug messages to help track the XFF header problem.
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 9c41bcb..b572cb3 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -208,6 +208,9 @@ namespace OpenSim.Server.Handlers.Simulation | |||
208 | if (ep != null) | 208 | if (ep != null) |
209 | return ep.Address.ToString(); | 209 | return ep.Address.ToString(); |
210 | } | 210 | } |
211 | else | ||
212 | m_log.WarnFormat("[AGENT HANDLER]: No XFF header"); | ||
213 | |||
211 | 214 | ||
212 | // Oops | 215 | // Oops |
213 | return Util.GetCallerIP(request); | 216 | return Util.GetCallerIP(request); |