From 9230bc3b231749164d341929970b43f8301910fe Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 24 Sep 2021 12:38:31 +0100 Subject: [PATCH] Demoted GTP-C logging of recieving downlink notification ack/failure when paging is not peding from warning to info --- srsepc/src/spgw/gtpc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsepc/src/spgw/gtpc.cc b/srsepc/src/spgw/gtpc.cc index 9f321f25d..9e3eac3b3 100644 --- a/srsepc/src/spgw/gtpc.cc +++ b/srsepc/src/spgw/gtpc.cc @@ -515,7 +515,7 @@ pkt_discard: bool spgw::gtpc::free_all_queued_packets(spgw_tunnel_ctx_t* tunnel_ctx) { 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()) {