Demoted GTP-C logging of recieving downlink notification ack/failure when paging is not peding from warning to info

master
Pedro Alvarez 3 years ago committed by Andre Puschmann
parent 8ba623f954
commit 9230bc3b23

@ -515,7 +515,7 @@ pkt_discard:
bool spgw::gtpc::free_all_queued_packets(spgw_tunnel_ctx_t* tunnel_ctx) bool spgw::gtpc::free_all_queued_packets(spgw_tunnel_ctx_t* tunnel_ctx)
{ {
if (!tunnel_ctx->paging_pending) { if (!tunnel_ctx->paging_pending) {
m_logger.warning("Freeing queue with paging not pending."); m_logger.info("Trying to free queued packets, but paging is not pending.");
} }
while (!tunnel_ctx->paging_queue.empty()) { while (!tunnel_ctx->paging_queue.empty()) {

Loading…
Cancel
Save