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
Fri Oct 9 08:52:35 UTC 2020


Vadim Yanitskiy has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, approved



diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 74173b6..c5c5f92 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: 2
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201009/ebcb60b6/attachment.htm>


More information about the gerrit-log mailing list