Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/open5gs/open5gs
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Dec 17, 2023
2 parents dcaccb4 + cecb87b commit 4eb4a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pfcp/path.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int ogs_pfcp_sendto(ogs_pfcp_node_t *node, ogs_pkbuf_t *pkbuf)
char buf[OGS_ADDRSTRLEN];
int err = ogs_socket_errno;
ogs_log_message(OGS_LOG_ERROR, err,
"ogs_gtp_sendto(%u, %p, %u, 0, %s:%u) failed",
"ogs_sendto(%u, %p, %u, 0, %s:%u) failed",
sock->fd, pkbuf->data, pkbuf->len,
OGS_ADDR(addr, buf), OGS_PORT(addr));
}
Expand Down

0 comments on commit 4eb4a93

Please sign in to comment.