Skip to content

Commit 1feed39

Browse files
committed
Update SQL.java
1 parent eec236c commit 1feed39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/io/github/intisy/utils/custom

src/main/java/io/github/intisy/utils/custom/SQL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ private void logTableContents(String tableName, List<String> columns) throws SQL
310310
logger.log("\n" + combined);
311311
for (String line : lines)
312312
logger.log(line);
313-
logger.log(String.join("", Collections.nCopies(divider.length(), "-")));
313+
logger.log(String.join("", Collections.nCopies(combined.length(), "-")));
314314
}
315315

316316
private Connection getConnection() throws SQLException {

0 commit comments

Comments
 (0)