aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-17 22:06:36 -0700
committerJohn Hurliman2009-10-17 22:06:36 -0700
commita3f93cffb4fb9cb9865fe5a1815c547fa02d092c (patch)
tree10e9fa0e79fc18aa6c36c4fdeecd6c5dad1c1c2a /OpenSim
parentCommitting the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... (diff)
downloadopensim-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 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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 }