Revert "Allow migration steps to fail again without bringing down the house"

This reverts commit 167db50259.
This commit is contained in:
Melanie
2010-05-19 02:47:31 +01:00
parent 167db50259
commit dedc0c0bd4

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);
m_log.Error("[MySQL MIGRATION]: The above migration failed to complete. This may cause errors in your install, but could also be normal. Continuing.");
throw args.Exception;
};
scr.Execute();
}