]> source.dussan.org Git - iciql.git/commitdiff
Fix missing table name to warning
authorJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 17:33:58 +0000 (13:33 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 17:33:58 +0000 (13:33 -0400)
src/main/java/com/iciql/TableDefinition.java

index 07f1d48d7fe21d9f99cbcbe047b6e98adff795fb..53ef89507e495a511d6de4c36a6a40310e53df3f 100644 (file)
@@ -543,7 +543,7 @@ public class TableDefinition<T> {
                if (primitiveBoolean > 1) {
                        multiplePrimitiveBools = true;
                        IciqlLogger
-                                       .warn("Model {0} has multiple primitive booleans! Possible where,set,join clause problem!");
+                                       .warn("Model {0} has multiple primitive booleans! Possible where,set,join clause problem!", tableName);
                }
                if (primaryKey.size() > 0) {
                        setPrimaryKey(primaryKey);