From 01962836f78a1e54a04238c1077bd2ef873095bc Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 20 Aug 2008 18:17:52 +0000 Subject: [PATCH] Nixed unneeded log message. --- src/java/com/samskivert/jdbc/depot/DepotMarshaller.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java index d77d407..f21456e 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java @@ -623,7 +623,6 @@ public class DepotMarshaller // try to update migratingVersion to the new version to indicate to other processes // that we are handling the migration and that they should wait if (ctx.invoke(new UpdateMigratingVersion(_schemaVersion, 0)) > 0) { - log.info("Got migration lock for " + _pClass.getName() + "."); break; // we got the lock, let's go }