mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
Removed "Loading inventory for Primitive" message.
Fixed small bug in thread counter.
This commit is contained in:
@@ -302,7 +302,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
/// <param name="prim"></param>
|
||||
private void LoadItems(SceneObjectPart prim)
|
||||
{
|
||||
MainLog.Instance.Verbose("DATASTORE", "Loading inventory for {0}, {1}", prim.Name, prim.UUID);
|
||||
//MainLog.Instance.Verbose("DATASTORE", "Loading inventory for {0}, {1}", prim.Name, prim.UUID);
|
||||
|
||||
DataTable dbItems = m_itemsTable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user