Skip to content

Commit

Permalink
0002496: Unwanted Warning Message: "Could not find column with the name
Browse files Browse the repository at this point in the history
of "
  • Loading branch information
mmichalek committed Feb 17, 2016
1 parent 106454a commit 0006824
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1102,7 +1102,7 @@ public static Column[] orderColumns(String[] columnNames, Table table) {
}
}
if (orderedColumns[i] == null) {
log.warn("Could not find column with the name of {} on table {}", name, table.toVerboseString());
log.debug("Could not find column with the name of {} on table {}", name, table.toVerboseString());
}
}
return orderedColumns;
Expand Down

0 comments on commit 0006824

Please sign in to comment.