mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +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);
|
java.io.File dataFile = new File(dataPath, fileName);
|
||||||
LOGGER.trace("Ensuring {} exists", dataFile.toString());
|
LOGGER.trace("Ensuring {} exists", dataFile.toString());
|
||||||
if (!dataPath.exists() || !dataFile.exists()) {
|
if (!dataPath.exists() || !dataFile.exists()) {
|
||||||
|
LOGGER.trace("Extracting database to {}", dataPath.toString());
|
||||||
dataPath.mkdirs();
|
dataPath.mkdirs();
|
||||||
FileInputStream fis = null;
|
FileInputStream fis = null;
|
||||||
ZipInputStream zin = null;
|
ZipInputStream zin = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user