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/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/11007
Change subject: common/rsl.c: tweak log level in lapdm_rll_tx_cb()
......................................................................
common/rsl.c: tweak log level in lapdm_rll_tx_cb()
Change-Id: I26eac5e4466c493ffe08dbb89de20f5e1c2bb85d
---
M src/common/rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/07/11007/1
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 2aa7f4d..f397e8e 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2671,7 +2671,7 @@
rh = msgb_l2(msg);
if (lchan->state != LCHAN_S_ACTIVE) {
- LOGP(DRSL, LOGL_INFO, "%s(%s) is not active . Dropping message.\n",
+ LOGP(DRSL, LOGL_ERROR, "%s(%s) is not active . Dropping message.\n",
gsm_lchan_name(lchan), gsm_lchans_name(lchan->state));
msgb_free(msg);
return 0;
--
To view, visit https://gerrit.osmocom.org/11007
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I26eac5e4466c493ffe08dbb89de20f5e1c2bb85d
Gerrit-Change-Number: 11007
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180917/9c7239ea/attachment.htm>