From 6925b407221839b34096699094f9bb5452c074ec Mon Sep 17 00:00:00 2001 From: Francisco Date: Mon, 8 Feb 2021 10:14:23 +0000 Subject: [PATCH] remove extra print when buffer pool is depleted --- 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 c93bc64e4..232a89f37 100644 --- a/lib/include/srslte/common/buffer_pool.h +++ b/lib/include/srslte/common/buffer_pool.h @@ -196,7 +196,6 @@ public: print_error("Error deallocating PDU: Addr=0x%p, name=%s not found in pool", (void*)b, b->debug_name); #else print_error("Error deallocating PDU: Addr=0x%p", (void*)b); - srslog::fetch_basic_logger("EPC").error("ERROR deallocating PDU: Addr=0x%p\n", (void*)b); #endif } }