* Committing Nini.dll with the patch from #3773 applied

* Fixing a log message typo
This commit is contained in:
John Hurliman
2009-10-17 22:06:36 -07:00
parent fdb2a75ad3
commit a3f93cffb4
2 changed files with 1 additions and 1 deletions

View File

@@ -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);
}