Skip to content

Commit

Permalink
Fix small typo in ogs_pfcp_sendto
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmitmitm authored and acetcom committed Dec 16, 2023
1 parent 8c01f33 commit cecb87b
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 cecb87b

Please sign in to comment.