Skip to content
Snippets Groups Projects
Commit e5acf425 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Cosmetic: make log message more accurate.

parent 2541308f
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,9 @@ namespace hpp {
path = (*sm) (q1, q2);
return (bool)path;
} else {
hppDout(info, "q2 does not satisfy the constraints");
hppDout(info, "q2 = " << displayConfig (q2)
<< " does not satisfy the constraints of edge "
<< name ());
return false;
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment