Skip to content

Commit 8651855

Browse files
committed
Update class name for Soot logger
1 parent 6d1d7d1 commit 8651855

File tree

1 file changed

+1
-1
lines changed
  • swan-cmd/src/main/java/de/fraunhofer/iem/swan/soot

1 file changed

+1
-1
lines changed

swan-cmd/src/main/java/de/fraunhofer/iem/swan/soot/Soot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class Soot {
2020

21-
private static final Logger logger = LoggerFactory.getLogger(SrmListUtils.class);
21+
private static final Logger logger = LoggerFactory.getLogger(Soot.class);
2222
private String classpath;
2323

2424
public Soot(String... path) {

0 commit comments

Comments
 (0)