Skip to content

Commit

Permalink
Fixup the logger of NpmCPEAnalyzer to refer to the proper class
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah committed Jul 9, 2023
1 parent eed9794 commit c69f398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class NpmCPEAnalyzer extends CPEAnalyzer {
/**
* The Logger.
*/
private static final Logger LOGGER = LoggerFactory.getLogger(CPEAnalyzer.class);
private static final Logger LOGGER = LoggerFactory.getLogger(NpmCPEAnalyzer.class);

/**
* Returns the analysis phase that this analyzer should run in.
Expand Down

0 comments on commit c69f398

Please sign in to comment.