Optimised log output.

This commit is contained in:
Achim D. Brucker 2016-08-25 00:16:05 +01:00
parent 1c74aa73fe
commit 90cf477779
1 changed files with 4 additions and 4 deletions

View File

@ -202,12 +202,12 @@ public class SuperGraphUtil {
//
if(removeEmptyNodes) {
removeEmptyNodes(emptyNodes, adjList, adjListReverse, sgNodes, sgNodesReversed);
// <<< print adjacency list to log
log.debug("adjacency after removing empty nodes:");
AnalysisUtil.printAdjList(adjList, log);
//
}
// <<< print adjacency list to log
log.debug("adjacency after before removing empty nodes:");
AnalysisUtil.printAdjList(adjList, log);
//
log.debug(" "+entryClass + "." + entryMethod +
"add conditions to graph nodes");