[PATCH] osmo-bts[master]: error log: rsl.c: typo x2

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Jul 25 12:16:54 UTC 2016


Review at  https://gerrit.osmocom.org/570

error log: rsl.c: typo x2

Change-Id: I285fdff8260f008d856b9cda811e9fbb936893eb
---
M src/common/rsl.c
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/70/570/1

diff --git a/src/common/rsl.c b/src/common/rsl.c
index 674ce87..cdcf755 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2048,7 +2048,7 @@
 
 	msg->lchan = rsl_lchan_lookup(trx, cch->chan_nr);
 	if (!msg->lchan) {
-		LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n",
+		LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n",
 			rsl_msg_name(cch->c.msg_type));
 		msgb_free(msg);
 		return report_error(trx);
@@ -2102,7 +2102,7 @@
 
 	msg->lchan = rsl_lchan_lookup(trx, dch->chan_nr);
 	if (!msg->lchan) {
-		LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n",
+		LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n",
 			rsl_or_ipac_msg_name(dch->c.msg_type));
 		msgb_free(msg);
 		return report_error(trx);

-- 
To view, visit https://gerrit.osmocom.org/570
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I285fdff8260f008d856b9cda811e9fbb936893eb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list