diff --git a/src/graph/edge.cc b/src/graph/edge.cc
index ff8a2b5779b0fe6efdbe9b6562f7c7f0108a291d..3ea24cddc2668b639f44d7a61b5a29822b89acd4 100644
--- a/src/graph/edge.cc
+++ b/src/graph/edge.cc
@@ -661,6 +661,11 @@ namespace hpp {
         f.condition (cond);
         cond->addConstraint (proj);
 
+        hppDout(info, "Build histogram of LevelSetEdge " << name()
+            << "\nParametrizer:\n" << *param
+            << "\nCondition:\n" << *cond
+            );
+
         // TODO: If hist_ is not NULL, remove the previous Histogram.
         // It should not be of any use and it slows down node insertion in the
         // roadmap.