updated error message to be more representative

This commit is contained in:
Richard Mealing
2017-08-18 13:44:53 +01:00
parent e7055c8a38
commit 6d7f7d8e42

View File

@@ -742,7 +742,7 @@ public class JarAnalyzer extends AbstractFileTypeAnalyzer {
versionEvidence.addEvidence(source, "specification-version", specificationVersion, Confidence.HIGH);
}
} catch (IOException ex) {
LOGGER.warn("Unable to read JarFile '{}'.", dependency.getActualFilePath());
LOGGER.warn("Unable to read dependency file '{}'", dependency.getActualFilePath());
LOGGER.trace("", ex);
}
return foundSomething;