diff options
author | Teravus Ovares | 2008-06-03 05:44:28 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-03 05:44:28 +0000 |
commit | 52491d4fca75e2ec038706e6bacf82631629863f (patch) | |
tree | 404857a2f7618ba674983542aa4f827292a207ff | |
parent | provide slightly more sane defaults in the file based asset loader (diff) | |
download | opensim-SC_OLD-52491d4fca75e2ec038706e6bacf82631629863f.zip opensim-SC_OLD-52491d4fca75e2ec038706e6bacf82631629863f.tar.gz opensim-SC_OLD-52491d4fca75e2ec038706e6bacf82631629863f.tar.bz2 opensim-SC_OLD-52491d4fca75e2ec038706e6bacf82631629863f.tar.xz |
* It's probably safe to remove the 'Warning Duplicate packet detected Packet Dropping.' message
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 8b5ecb7..b7f1d90 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3897,7 +3897,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3897 | { | 3897 | { |
3898 | if (m_dupeLimiter.ContainsKey(Pack.Header.Sequence)) | 3898 | if (m_dupeLimiter.ContainsKey(Pack.Header.Sequence)) |
3899 | { | 3899 | { |
3900 | m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping."); | 3900 | //m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping."); |
3901 | return; | 3901 | return; |
3902 | } | 3902 | } |
3903 | else | 3903 | else |