From 7a4c72857d72ad51b76a89f9857516f361bcf608 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 29 Mar 2016 11:18:40 +0200
Subject: [PATCH] Change debug message

---
 src/graph/edge.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/graph/edge.cc b/src/graph/edge.cc
index 3e447a99..d447571f 100644
--- a/src/graph/edge.cc
+++ b/src/graph/edge.cc
@@ -289,7 +289,7 @@ namespace hpp {
         if (c->apply (q)) return true;
 	const ::hpp::statistics::SuccessStatistics& ss = proj->statistics ();
 	if (ss.nbFailure () > ss.nbSuccess ()) {
-	  hppDout (warning, c->name () << " fails often." << std::endl << ss);
+	  hppDout (warning, c->name () << " fails often.\n" << ss);
 	} else {
 	  hppDout (warning, c->name () << " succeeds at rate "
 		   << (value_type)(ss.nbSuccess ()) /
-- 
GitLab