mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
xact: Fix debug message printed when not needed
This commit is contained in:
parent
ab51ba9dd5
commit
75f32e07de
2 changed files with 12 additions and 13 deletions
|
|
@ -717,11 +717,11 @@ int ogs_pfcp_xact_receive(
|
|||
}
|
||||
}
|
||||
|
||||
ogs_debug("[%d] Cannot find new type %u from PFCP peer [%s]:%d",
|
||||
xid, type, OGS_ADDR(&node->addr, buf), OGS_PORT(&node->addr));
|
||||
|
||||
if (!new)
|
||||
if (!new) {
|
||||
ogs_debug("[%d] Cannot find new type %u from PFCP peer [%s]:%d",
|
||||
xid, type, OGS_ADDR(&node->addr, buf), OGS_PORT(&node->addr));
|
||||
new = ogs_pfcp_xact_remote_create(node, sqn);
|
||||
}
|
||||
ogs_assert(new);
|
||||
|
||||
ogs_debug("[%d] %s Receive peer [%s]:%d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue