only print print buffer pool when it's empty

This commit is contained in:
Andre Puschmann 2018-02-05 15:10:05 +01:00
parent 7b254ff437
commit 6142b66632
1 changed files with 0 additions and 1 deletions

View File

@ -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) {