From e27386aeb2a97f56cde8be9c115972c4013edd2a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Aug 2015 15:50:36 +0200 Subject: Add fib display to debugging print --- src/fig/FIGCarousel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fig/FIGCarousel.cpp') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 0b25233..cfe5c38 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -158,12 +158,12 @@ size_t FIGCarousel::carousel( }); /* Carousel debugging help - std::cerr << " Sorted figs:" << std::endl; + std::cerr << " Sorted figs in FIB" << fib << ":" << std::endl; for (auto& fig_el : sorted_figs) { std::cerr << " " << fig_el->fig->name() << " d:" << fig_el->deadline << std::endl; } - */ + // */ /* Data structure to carry FIB */ size_t available_size = bufsize; -- cgit v1.2.3