pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29718 )
Change subject: Fix typo in log message ......................................................................
Fix typo in log message
Related: OS#5700 Change-Id: I29a290d1e8b6e237a74ac8fab8dd5e5e5db71796 --- M src/bts.cpp 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/18/29718/1
diff --git a/src/bts.cpp b/src/bts.cpp index 06948d8..e3a4349 100644 --- a/src/bts.cpp +++ b/src/bts.cpp @@ -694,7 +694,7 @@ dl_tbf = ms_dl_tbf(ms); if (!dl_tbf) { LOGP(DRLCMAC, LOGL_ERROR, "Got IMM.ASS confirm, but TLLI=%08x " - "does not exit\n", tlli); + "does not exist\n", tlli); return -EINVAL; }