fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/33568 )
Change subject: ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG ......................................................................
ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG
Change-Id: I83e7326758e533a008eec28641dae619216ea84a --- M src/gsm/ipa.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/33568/1
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c index 93e34df..4092614 100644 --- a/src/gsm/ipa.c +++ b/src/gsm/ipa.c @@ -479,7 +479,7 @@ 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; }