get rid of my debugging, it causes a crash on multiple backups
parent
247b9c3573
commit
ac0d58fd33
|
@ -90,10 +90,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage
|
||||||
addPrim(prim, obj.UUID, regionUUID);
|
addPrim(prim, obj.UUID, regionUUID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// MainLog.Instance.Verbose("Attempting to do database update....");
|
// MainLog.Instance.Verbose("Attempting to do database update....");
|
||||||
DataSet changed = ds.GetChanges();
|
|
||||||
MainLog.Instance.Verbose("DATASTORE", "Changed values:" + changed.GetXml());
|
|
||||||
primDa.Update(ds, "prims");
|
primDa.Update(ds, "prims");
|
||||||
shapeDa.Update(ds, "primshapes");
|
shapeDa.Update(ds, "primshapes");
|
||||||
ds.AcceptChanges();
|
ds.AcceptChanges();
|
||||||
|
|
Loading…
Reference in New Issue