=== src/java/org/apache/ivy/report/LogReportOutputter.java
==================================================================
--- src/java/org/apache/ivy/report/LogReportOutputter.java	(revision 650)
+++ src/java/org/apache/ivy/report/LogReportOutputter.java	(local)
@@ -52,7 +52,7 @@
                 List nodeConfs = new ArrayList(confs.length);
                 for (int j = 0; j < confs.length; j++) {
                     String conf = confs[j];
-                    if (report.getConfigurationReport(conf).getDependency(node.getId()) != null) {
+                    if (report.getConfigurationReport(conf).getModuleRevisionIds().contains(node.getId())) {
                         nodeConfs.add(conf);
                     }
                 }
