Progress notification during migration soothes the soul.

This commit is contained in:
Par Winzell
2009-01-01 15:47:42 +00:00
parent c41534c7e6
commit 68aac7fd11
@@ -862,6 +862,7 @@ public class DepotMarshaller<T extends PersistentRecord>
continue;
}
// but this is a new, named index, so we create it
log.info("Creating new index: " + ixName);
ctx.invoke(new Modifier() {
@Override
protected int invoke (Connection conn, DatabaseLiaison liaison) throws SQLException {