Nixed unneeded log message.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2368 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2008-08-20 18:17:52 +00:00
parent 85da2e609c
commit 2fcce480cd
@@ -623,7 +623,6 @@ public class DepotMarshaller<T extends PersistentRecord>
// 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
}