[#1419] Add some WARN-level logging when the source-code generator
doesn't generate any artefacts
This commit is contained in:
parent
7e32e33e86
commit
240117b7d4
@ -132,6 +132,10 @@ public abstract class AbstractDatabase implements Database {
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
|
||||
if (schemata.isEmpty()) {
|
||||
log.warn("No schemata were loaded", "Please check your connection settings and the case-sensitivity in your configured <inputSchema/> elements : " + inputSchemata);
|
||||
}
|
||||
}
|
||||
|
||||
return schemata;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user