From 2fcce480cd1019e9c654fda4c52a258f78600172 Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 20 Aug 2008 18:17:52 +0000 Subject: [PATCH] Nixed unneeded log message. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2368 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- 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 d77d407c..f21456ea 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 }