Skip to content

Commit 32ac2bd

Browse files
committed
Updated logging statements
1 parent 891ef32 commit 32ac2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fortify/ssc/parser/owasp/dependencycheck/OWASPDependencyCheckParserPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public class OWASPDependencyCheckParserPlugin implements ParserPlugin<CustomVuln
1818

1919
@Override
2020
public void start() throws Exception {
21-
LOG.info("OWASP dependency-check parser plugin is starting");
21+
LOG.info("{} is starting", this.getClass().getSimpleName());
2222
}
2323

2424
@Override
2525
public void stop() throws Exception {
26-
LOG.info("OWASP dependency-check parser plugin is stopping");
26+
LOG.info("{} is starting", this.getClass().getSimpleName());
2727
}
2828

2929
@Override

0 commit comments

Comments
 (0)