Change in osmo-bts[master]: abis: reduce logging verbosity in abis_oml_sendmsg()

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Oct 3 09:27:48 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25672 )


Change subject: abis: reduce logging verbosity in abis_oml_sendmsg()
......................................................................

abis: reduce logging verbosity in abis_oml_sendmsg()

Change-Id: I7fc4796161b0e46dbb4cb76e6e145c7dc4a17b1e
---
M src/common/abis.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/common/abis.c b/src/common/abis.c
index c0cd18c..6ee0fec 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -323,7 +323,7 @@
 	struct gsm_bts *bts = msg->trx->bts;
 
 	if (!bts->oml_link) {
-		LOGP(DABIS, LOGL_INFO, "Drop Tx OML msg, OML link is down\n");
+		LOGP(DABIS, LOGL_DEBUG, "Drop Tx OML msg, OML link is down\n");
 		msgb_free(msg);
 		return 0;
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25672
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I7fc4796161b0e46dbb4cb76e6e145c7dc4a17b1e
Gerrit-Change-Number: 25672
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211003/8306ea79/attachment.htm>


More information about the gerrit-log mailing list