Fix the invalid debug level [#602]

This commit is contained in:
Sukchan Lee 2020-10-09 07:44:14 -04:00
parent 4667835e24
commit 74af0051d5
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ ogs_pfcp_pdr_t *upf_pdr_find_by_packet(ogs_pkbuf_t *pkt)
found:
if (rule) {
ogs_fatal("Found Dedicated PDR : PDR ID[%d]", pdr->id);
ogs_debug("Found Dedicated PDR : PDR ID[%d]", pdr->id);
return pdr;
}