mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
lludp remove obsolete pending queue
This commit is contained in:
@@ -178,8 +178,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[ObjectJob {0}]: Job failed, continuing. Exception {1}",m_name, e);
|
||||
m_log.ErrorFormat("[ObjectJob {0}]: Job failed, continuing. Exception {1}", m_name, e);
|
||||
}
|
||||
}
|
||||
lock (m_mainLock)
|
||||
|
||||
Reference in New Issue
Block a user