remove extra print when buffer pool is depleted

This commit is contained in:
Francisco 2021-02-08 10:14:23 +00:00 committed by Francisco Paisana
parent 798f1e57e6
commit 6925b40722
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}