Skip to content

Commit 9055683

Browse files
committed
small fix
1 parent ef5de23 commit 9055683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/eqasim/core/simulation/vdf/handlers/VDFSparseHorizonHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class VDFSparseHorizonHandler implements VDFTrafficHandler, LinkEnterEven
3737

3838
private final IdMap<Link, List<Double>> counts = new IdMap<>(Link.class);
3939

40-
private final static Logger logger = LogManager.getLogger(VDFHorizonHandler.class);
40+
private final static Logger logger = LogManager.getLogger(VDFSparseHorizonHandler.class);
4141

4242
private record LinkState(List<Integer> time, List<Double> count) {
4343
}

0 commit comments

Comments
 (0)