* Improve inventory uuid conversions to make sure that we aren't converting anything that already contains a -

* Among other things, this means that if a migration is interrupted, it can simply be retried
This commit is contained in:
Justin Clarke Casey
2009-04-09 18:17:52 +00:00
parent b5ba5634fb
commit 39c6302972
2 changed files with 30 additions and 9 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim.Data.MySQL
{
lock (_dbConnection)
{
//m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID));
//m_log.Info("[ASSET DB]: Creating Asset " + asset.FullID);
if (ExistsAsset(asset.FullID))
{
//m_log.Info("[ASSET DB]: Asset exists already, ignoring.");