From 6142b66632314ce9426a2851791d97e5adfa1473 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 5 Feb 2018 15:10:05 +0100 Subject: [PATCH] only print print buffer pool when it's empty --- lib/include/srslte/common/buffer_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/include/srslte/common/buffer_pool.h b/lib/include/srslte/common/buffer_pool.h index 81a6025a8..a4186a78b 100644 --- a/lib/include/srslte/common/buffer_pool.h +++ b/lib/include/srslte/common/buffer_pool.h @@ -99,7 +99,6 @@ public: if (is_almost_empty()) { printf("Warning buffer pool capacity is %f %%\n", (float) 100*available.size()/capacity); - print_all_buffers(); } #ifdef SRSLTE_BUFFER_POOL_LOG_ENABLED if (debug_name) {