[PATCH] osmocom-bb[master]: host/trxcon/l1ctl.c: fix wrong log level

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 22 15:33:20 UTC 2018


Review at  https://gerrit.osmocom.org/6770

host/trxcon/l1ctl.c: fix wrong log level

Change-Id: I0ac65d94b0ae3dd370675318a26a65d11c49cbbe
---
M src/host/trxcon/l1ctl.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/70/6770/1

diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index ddea262..3cf98b3 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -185,7 +185,7 @@
 	size_t len;
 
 	if (msg_type != L1CTL_DATA_IND && msg_type != L1CTL_TRAFFIC_IND) {
-		LOGP(DL1D, LOGL_DEBUG, "Incorrect indication type\n");
+		LOGP(DL1D, LOGL_ERROR, "Incorrect indication type\n");
 		return -EINVAL;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/6770
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ac65d94b0ae3dd370675318a26a65d11c49cbbe
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list