[#1289] DefaultBindContext logs as Util.class
This commit is contained in:
parent
1c11b9d81d
commit
1758ad2b88
@ -77,7 +77,7 @@ class DefaultBindContext extends AbstractBindContext {
|
||||
* Generated UID
|
||||
*/
|
||||
private static final long serialVersionUID = -5457385919209241505L;
|
||||
private static final JooqLogger log = JooqLogger.getLogger(Util.class);
|
||||
private static final JooqLogger log = JooqLogger.getLogger(DefaultBindContext.class);
|
||||
|
||||
private final PreparedStatement stmt;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user