Change in osmo-bsc[master]: abis_nm: Log Opstart NACK with error loglevel

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Oct 9 18:14:22 UTC 2020


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


Change subject: abis_nm: Log Opstart NACK with error loglevel
......................................................................

abis_nm: Log Opstart NACK with error loglevel

Change-Id: I586c3dd3547d35bca3d11f66dfad322e22c09068
---
M src/osmo-bsc/abis_nm.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 6e31a85..e2c3283 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -829,7 +829,7 @@
 static int abis_nm_rx_opstart_nack(struct msgb *mb)
 {
 	struct abis_om_fom_hdr *foh = msgb_l3(mb);
-	DEBUGPFOH(DNM, foh, "Opstart NACK\n");
+	LOGPFOH(DNM, LOGL_ERROR, foh, "Opstart NACK\n");
 	osmo_signal_dispatch(SS_NM, S_NM_OPSTART_NACK, mb);
 	return 0;
 }

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I586c3dd3547d35bca3d11f66dfad322e22c09068
Gerrit-Change-Number: 20523
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201009/5128a8fd/attachment.htm>


More information about the gerrit-log mailing list