Reduce log level.
This commit is contained in:
parent
0baf48698d
commit
4954aafed7
@ -119,7 +119,7 @@ public class Table extends AbstractTextContainer {
|
|||||||
try {
|
try {
|
||||||
cellsToTheTop.add(rows.get(i).get(colIndex));
|
cellsToTheTop.add(rows.get(i).get(colIndex));
|
||||||
} catch (IndexOutOfBoundsException e) {
|
} catch (IndexOutOfBoundsException e) {
|
||||||
log.warn("No cell {} in row {}, ignoring.", colIndex, rowIndex);
|
log.debug("No cell {} in row {}, ignoring.", colIndex, rowIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (Cell topCell : cellsToTheTop) {
|
for (Cell topCell : cellsToTheTop) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user