Let's have a stack trace here because these mismatches are just plain bizarre.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2416 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-09-12 01:49:06 +00:00
parent b82bf914d9
commit 63f3e00279
@@ -281,7 +281,7 @@ public abstract class FindAllQuery<T extends PersistentRecord>
if (cnt != keys.size()) {
log.warning("Row count mismatch in second pass [origQuery=" + origStmt +
", wanted=" + keys + ", got=" + entities.keySet() +
", dups=" + dups + "]");
", dups=" + dups + "]", new Exception());
}
} finally {