[jOOQ/jOOQ#3419] Improved log message
This commit is contained in:
parent
bddb612cf2
commit
20e0972e5b
@ -77,7 +77,7 @@ public class BatchedPreparedStatement extends DefaultPreparedStatement {
|
||||
|
||||
private void logExecution() throws SQLException {
|
||||
if (log.isDebugEnabled())
|
||||
log.debug("BatchedStatement", "Executed " + batches + " batches: " + getBatchedConnection().lastSQL);
|
||||
log.debug("BatchedStatement", "Executed with " + batches + " batched items: " + getBatchedConnection().lastSQL);
|
||||
|
||||
resetBatches();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user