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

This commit is contained in:
Pedro Alvarez 2021-09-24 12:38:31 +01:00 committed by Andre Puschmann
parent 8ba623f954
commit 9230bc3b23
1 changed files with 1 additions and 1 deletions

View File

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