Skip to content

Commit 9ada077

Browse files
author
Lukas Molzberger
committed
Logging
1 parent a74a571 commit 9ada077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/network/aika/Document.java

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ public void generateCandidates() throws CyclicDependencyException {
404404
}
405405

406406
if(tmp.size() == oldSize) {
407+
log.info(activationsToString());
407408
throw new CyclicDependencyException();
408409
}
409410
}

0 commit comments

Comments
 (0)