From 6bedc67eba71f0f4287f688528e05607e9fc5fb0 Mon Sep 17 00:00:00 2001 From: Margaux Sebal <msebal@laas.fr> Date: Mon, 24 Sep 2018 13:41:16 +0200 Subject: [PATCH] [Edge] Improve error message in method build. --- src/graph/edge.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graph/edge.cc b/src/graph/edge.cc index 53d3b3d5..61373e3a 100644 --- a/src/graph/edge.cc +++ b/src/graph/edge.cc @@ -340,6 +340,7 @@ namespace hpp { hppDout(info, "q2 = " << displayConfig (q2) << " does not satisfy the constraints of edge " << name ()); + hppDout (info, "q1 = " << displayConfig (q1)); return false; } } else { -- GitLab