mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +01:00
changed the logging level on the "entrance" log
Former-commit-id: f0219ea5cac2552ff0255096ba68e9f6c87b7e11
This commit is contained in:
@@ -115,7 +115,7 @@ public class NuspecAnalyzer extends AbstractAnalyzer {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void analyze(Dependency dependency, Engine engine) throws AnalysisException {
|
public void analyze(Dependency dependency, Engine engine) throws AnalysisException {
|
||||||
LOGGER.log(Level.INFO, "Checking Nuspec file {0}", dependency.toString());
|
LOGGER.log(Level.FINE, "Checking Nuspec file {0}", dependency.toString());
|
||||||
try {
|
try {
|
||||||
final NuspecParser parser = new XPathNuspecParser();
|
final NuspecParser parser = new XPathNuspecParser();
|
||||||
NugetPackage np = null;
|
NugetPackage np = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user