diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 15:50:36 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 15:50:36 +0200 |
commit | e27386aeb2a97f56cde8be9c115972c4013edd2a (patch) | |
tree | 5d23644d62fed5d8c05570619328b2c486b81d56 /src/fig/FIGCarousel.cpp | |
parent | 2721d4752664802456cf72a8de368b7a77602892 (diff) | |
download | dabmux-e27386aeb2a97f56cde8be9c115972c4013edd2a.tar.gz dabmux-e27386aeb2a97f56cde8be9c115972c4013edd2a.tar.bz2 dabmux-e27386aeb2a97f56cde8be9c115972c4013edd2a.zip |
Add fib display to debugging print
Diffstat (limited to 'src/fig/FIGCarousel.cpp')
-rw-r--r-- | src/fig/FIGCarousel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |