Change in osmo-bsc[master]: A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()

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.org
Sat May 16 12:30:28 UTC 2020


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18327 )


Change subject: A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()
......................................................................

A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()

Change-Id: If8f76af4d1e0eb2d7b3534e620e2816cdbbe0b7d
---
M src/osmo-bsc/abis_nm.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/27/18327/1

diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 32e9a8f..4ed0602 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -901,10 +901,10 @@
 
 		abis_nm_tlv_parse(&tp, bts, foh->data, oh->length-sizeof(*foh));
 		if (TLVP_PRESENT(&tp, NM_ATT_NACK_CAUSES))
-			DEBUGPC(DNM, "CAUSE=%s\n",
+			LOGPC(DNM, LOGL_NOTICE, "CAUSE=%s\n",
 				abis_nm_nack_cause_name(*TLVP_VAL(&tp, NM_ATT_NACK_CAUSES)));
 		else
-			DEBUGPC(DNM, "\n");
+			LOGPC(DNM, LOGL_NOTICE, "\n");
 
 		nack_data.msg = mb;
 		nack_data.mt = mt;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If8f76af4d1e0eb2d7b3534e620e2816cdbbe0b7d
Gerrit-Change-Number: 18327
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200516/760a26dc/attachment.htm>


More information about the gerrit-log mailing list