diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 42ca4b7..6148fc5 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -3476,11 +3476,11 @@ namespace OpenSim.Region.ClientStack | |||
3476 | // Send the client the ping response back | 3476 | // Send the client the ping response back |
3477 | // Pass the same PingID in the matching packet | 3477 | // Pass the same PingID in the matching packet |
3478 | // Handled In the packet processing | 3478 | // Handled In the packet processing |
3479 | MainLog.Instance.Debug("CLIENT", "possibly unhandled StartPingCheck packet"); | 3479 | //MainLog.Instance.Debug("CLIENT", "possibly unhandled StartPingCheck packet"); |
3480 | break; | 3480 | break; |
3481 | case PacketType.CompletePingCheck: | 3481 | case PacketType.CompletePingCheck: |
3482 | // TODO: Perhaps this should be processed on the Sim to determine whether or not to drop a dead client | 3482 | // TODO: Perhaps this should be processed on the Sim to determine whether or not to drop a dead client |
3483 | MainLog.Instance.Warn("CLIENT", "unhandled CompletePingCheck packet"); | 3483 | //MainLog.Instance.Warn("CLIENT", "unhandled CompletePingCheck packet"); |
3484 | break; | 3484 | break; |
3485 | case PacketType.ObjectScale: | 3485 | case PacketType.ObjectScale: |
3486 | // TODO: handle this packet | 3486 | // TODO: handle this packet |
@@ -3530,7 +3530,7 @@ namespace OpenSim.Region.ClientStack | |||
3530 | break; | 3530 | break; |
3531 | case PacketType.UseCircuitCode: | 3531 | case PacketType.UseCircuitCode: |
3532 | // TODO: handle this packet | 3532 | // TODO: handle this packet |
3533 | MainLog.Instance.Warn("CLIENT", "unhandled UseCircuitCode packet"); | 3533 | //MainLog.Instance.Warn("CLIENT", "unhandled UseCircuitCode packet"); |
3534 | break; | 3534 | break; |
3535 | case PacketType.EconomyDataRequest: | 3535 | case PacketType.EconomyDataRequest: |
3536 | // TODO: handle this packet | 3536 | // TODO: handle this packet |