diff options
author | John Hurliman | 2009-10-17 22:06:36 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-17 22:06:36 -0700 |
commit | a3f93cffb4fb9cb9865fe5a1815c547fa02d092c (patch) | |
tree | 10e9fa0e79fc18aa6c36c4fdeecd6c5dad1c1c2a /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... (diff) | |
download | opensim-SC_OLD-a3f93cffb4fb9cb9865fe5a1815c547fa02d092c.zip opensim-SC_OLD-a3f93cffb4fb9cb9865fe5a1815c547fa02d092c.tar.gz opensim-SC_OLD-a3f93cffb4fb9cb9865fe5a1815c547fa02d092c.tar.bz2 opensim-SC_OLD-a3f93cffb4fb9cb9865fe5a1815c547fa02d092c.tar.xz |
* Committing Nini.dll with the patch from #3773 applied
* Fixing a log message typo
Diffstat (limited to '')
-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 3b2a604..2773a5e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -10604,7 +10604,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
10604 | } | 10604 | } |
10605 | else | 10605 | else |
10606 | { | 10606 | { |
10607 | m_log.Warn("[LLClientView] UpdatePriorityHandle returned false, dropping update"); | 10607 | m_log.Warn("[LLCLIENTVIEW]: UpdatePriorityHandler returned false, dropping update"); |
10608 | lookup.Heap.Remove(lookup.Handle); | 10608 | lookup.Heap.Remove(lookup.Handle); |
10609 | this.lookup_table.Remove(item.LocalID); | 10609 | this.lookup_table.Remove(item.LocalID); |
10610 | } | 10610 | } |