From 68aac7fd11a7de14074695598b14c897c4f49485 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 1 Jan 2009 15:47:42 +0000 Subject: [PATCH] Progress notification during migration soothes the soul. --- src/java/com/samskivert/depot/impl/DepotMarshaller.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/samskivert/depot/impl/DepotMarshaller.java b/src/java/com/samskivert/depot/impl/DepotMarshaller.java index eb664b0..caee8dd 100644 --- a/src/java/com/samskivert/depot/impl/DepotMarshaller.java +++ b/src/java/com/samskivert/depot/impl/DepotMarshaller.java @@ -862,6 +862,7 @@ public class DepotMarshaller 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 {