Change in osmo-pcu[master]: pcu_l1_if: correct logging level in pcu_rx_info_ind()

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
Thu Oct 8 15:48:17 UTC 2020


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


Change subject: pcu_l1_if: correct logging level in pcu_rx_info_ind()
......................................................................

pcu_l1_if: correct logging level in pcu_rx_info_ind()

Change-Id: Ib4bb9b907fc2bf279cf22a3bb9b95ea1a0fb3db6
---
M src/pcu_l1_if.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/89/20489/1

diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 1fc93a6..03b68f0 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -575,7 +575,7 @@
 			info_ind->mcc, info_ind->mnc, info_ind->mnc_3_digits,
 			info_ind->lac, info_ind->rac, info_ind->cell_id);
 	if (!pcu) {
-		LOGP(DL1IF, LOGL_NOTICE, "Failed to init BSSGP\n");
+		LOGP(DL1IF, LOGL_ERROR, "Failed to init BSSGP\n");
 		goto bssgp_failed;
 	}
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib4bb9b907fc2bf279cf22a3bb9b95ea1a0fb3db6
Gerrit-Change-Number: 20489
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201008/ec80491c/attachment.htm>


More information about the gerrit-log mailing list