pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
llsk: Fix typo in log message

Change-Id: I3c8be85e56df23cd68e58f0112238647add3d97f
---
M src/osmo-hnodeb/llsk.c
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/osmo-hnodeb/llsk.c b/src/osmo-hnodeb/llsk.c
index 6584dcb..76d4c4a 100644
--- a/src/osmo-hnodeb/llsk.c
+++ b/src/osmo-hnodeb/llsk.c
@@ -38,7 +38,7 @@
case HNB_PRIM_ADDR_TYPE_IPV6:
return AF_INET6;
default:
- LOGP(DLLSK, LOGL_ERROR, "Rx Unknwon address type %u\n", (unsigned)t);
+ LOGP(DLLSK, LOGL_ERROR, "Rx unknown address type %u\n", (unsigned)t);
return -1;
}
}
@@ -169,7 +169,7 @@
case HNB_PRIM_SAPI_AUDIO:
return llsk_rx_audio(hnb, oph);
default:
- LOGP(DLLSK, LOGL_ERROR, "Rx for unknwon SAPI %u (len=%u)\n",
+ LOGP(DLLSK, LOGL_ERROR, "Rx msg for unknown SAPI %u (len=%u)\n",
oph->sap, msgb_length(oph->msg));
return -EINVAL;
}

To view, visit change 28241. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I3c8be85e56df23cd68e58f0112238647add3d97f
Gerrit-Change-Number: 28241
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged