mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated log message, see https://github.com/jeremylong/dependency-check-gradle/issues/52 - original message was misleading
This commit is contained in:
@@ -573,7 +573,7 @@ public class Engine implements FileFilter, AutoCloseable {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
LOGGER.debug("Path passed to scanFile(File) is not a file: {}. Skipping the file.", file);
|
||||
LOGGER.debug("Path passed to scanFile(File) is not a file that can be scanned by dependency-check: {}. Skipping the file.", file);
|
||||
}
|
||||
}
|
||||
return dependency;
|
||||
|
||||
Reference in New Issue
Block a user