disable profuse logging messages for not saving physical
objects, as it clouds up the console a bit too muchafrisby
parent
f86a65f14b
commit
9b6c8ba7d1
|
@ -132,7 +132,7 @@ namespace OpenSim.DataStore.MonoSqlite
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
MainLog.Instance.Verbose("DATASTORE", "Ignoring Physical obj: " + obj.UUID + " in region: " + regionUUID);
|
// MainLog.Instance.Verbose("DATASTORE", "Ignoring Physical obj: " + obj.UUID + " in region: " + regionUUID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue