diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 3b2a6042f4..2773a5e8e9 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); } diff --git a/bin/Nini.dll b/bin/Nini.dll index cbe10501cb..745057c3f6 100644 Binary files a/bin/Nini.dll and b/bin/Nini.dll differ