Allow migration steps to fail again without bringing down the house

soprefactor
Melanie 2010-05-19 02:33:23 +01:00
parent 298368dd99
commit 167db50259
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace OpenSim.Data.MySQL
{
m_log.ErrorFormat("[MySQL MIGRATION]: Error {0}", args.Exception.Message);
m_log.ErrorFormat("[MySQL MIGRATION]: In SQL: {0}", args.StatementText);
throw args.Exception;
m_log.Error("[MySQL MIGRATION]: The above migration failed to complete. This may cause errors in your install, but could also be normal. Continuing.");
};
scr.Execute();
}