ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG

Change-Id: I83e7326758e533a008eec28641dae619216ea84a
This commit is contained in:
Vadim Yanitskiy 2023-07-05 00:54:06 +07:00
parent e2a8dc4131
commit 403dfbc345
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ int ipa_ccm_rcvmsg_base(struct msgb *msg, struct osmo_fd *bfd)
case IPAC_MSGT_PING:
ret = ipa_ccm_send_pong(bfd->fd);
if (ret < 0) {
LOGP(DLINP, LOGL_ERROR, "Cannot send PING "
LOGP(DLINP, LOGL_ERROR, "Cannot send PONG "
"message. Reason: %s\n", strerror(errno));
break;
}