mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
additional logging
Former-commit-id: 6c91f3482dfe9980d33b1b8ac6c43c6988c08e60
This commit is contained in:
@@ -53,6 +53,7 @@ public abstract class BaseDBTestCase extends BaseTest {
|
||||
java.io.File dataFile = new File(dataPath, fileName);
|
||||
LOGGER.trace("Ensuring {} exists", dataFile.toString());
|
||||
if (!dataPath.exists() || !dataFile.exists()) {
|
||||
LOGGER.trace("Extracting database to {}", dataPath.toString());
|
||||
dataPath.mkdirs();
|
||||
FileInputStream fis = null;
|
||||
ZipInputStream zin = null;
|
||||
|
||||
Reference in New Issue
Block a user