mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
updated logging
This commit is contained in:
@@ -98,6 +98,7 @@ public final class FileUtils {
|
||||
if (!tempDir.mkdirs()) {
|
||||
throw new IOException("Could not create temp directory `" + tempDir.getAbsolutePath() + "`");
|
||||
}
|
||||
LOGGER.debug("Temporary directory is `{}`", tempDir.getAbsolutePath());
|
||||
return tempDir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user