updated log message, see https://github.com/jeremylong/dependency-check-gradle/issues/52 - original message was misleading

This commit is contained in:
Jeremy Long
2017-08-05 07:53:40 -04:00
parent 4da950f37c
commit b44862f713

View File

@@ -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;