diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 18b5acf..8189501 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -445,8 +445,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
445 | } | 445 | } |
446 | 446 | ||
447 | m_log.DebugFormat( | 447 | m_log.DebugFormat( |
448 | "[CONNECTION SUCCESS]: Incoming client {0} (circuit code {1}) received and authenticated", | 448 | "[CONNECTION SUCCESS]: Incoming client {0} (circuit code {1}) received and authenticated for {2}", |
449 | useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code); | 449 | useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code, m_localScene.RegionInfo.RegionName); |
450 | } | 450 | } |
451 | 451 | ||
452 | // Ack the UseCircuitCode packet | 452 | // Ack the UseCircuitCode packet |