[jOOQ/jOOQ#9506] More debugging
This commit is contained in:
parent
f0e0ce5c99
commit
33f1c0f458
@ -211,6 +211,8 @@ final class CommitsImpl implements Commits {
|
||||
|
||||
@Override
|
||||
public final Commits load(java.io.File directory) throws IOException {
|
||||
if (log.isDebugEnabled())
|
||||
log.debug("Reading directory", directory);
|
||||
|
||||
// [#9506] TODO: Turning a directory into a MigrationsType (and various other conversion)
|
||||
// could be made reusable. This is certainly very useful for testing and interop,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user