From a3f93cffb4fb9cb9865fe5a1815c547fa02d092c Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Sat, 17 Oct 2009 22:06:36 -0700 Subject: * Committing Nini.dll with the patch from #3773 applied * Fixing a log message typo --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') 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 } else { - m_log.Warn("[LLClientView] UpdatePriorityHandle returned false, dropping update"); + m_log.Warn("[LLCLIENTVIEW]: UpdatePriorityHandler returned false, dropping update"); lookup.Heap.Remove(lookup.Handle); this.lookup_table.Remove(item.LocalID); } -- cgit v1.1