Fixed logger name in PythonPackageAnalyzer.

Former-commit-id: 759bdd58e3af6050014ef34cf40056fb83592249
This commit is contained in:
Dale Visser
2015-06-05 14:43:45 -04:00
parent d662c693f1
commit ae3596ac99

View File

@@ -57,7 +57,7 @@ public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer {
* The logger.
*/
private static final Logger LOGGER = Logger
.getLogger(PythonDistributionAnalyzer.class.getName());
.getLogger(PythonPackageAnalyzer.class.getName());
/**
* Filename extensions for files to be analyzed.