From 22b27ea473a0756f6c414d6f7cba198f69ac7e65 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Mon, 1 Dec 2014 16:01:41 +0100
Subject: [PATCH] Enhance debug output.

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

diff --git a/src/bin.cc b/src/bin.cc
index aaeb2d9..a758485 100644
--- a/src/bin.cc
+++ b/src/bin.cc
@@ -20,7 +20,7 @@ namespace hpp {
   namespace statistics {
     std::ostream& Bin::print (std::ostream& os) const
     {
-      return printValue (os) << " seen " << freq() << " time(s).";
+      return printValue (os << freq () << " - ");
     }
 
     std::ostream& operator<< (std::ostream& os, const hpp::statistics::Bin& b)
-- 
GitLab