[PATCH] osmocom-bb[master]: host/trxcon/trx_if.c: fix wrong logging category

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:24 UTC 2018


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

host/trxcon/trx_if.c: fix wrong logging category

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


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/80/6780/1

diff --git a/src/host/trxcon/trx_if.c b/src/host/trxcon/trx_if.c
index 9c76c6d..5820d70 100644
--- a/src/host/trxcon/trx_if.c
+++ b/src/host/trxcon/trx_if.c
@@ -666,7 +666,7 @@
 	return 0;
 
 error:
-	LOGP(DTRX, LOGL_NOTICE, "Couldn't establish UDP connection\n");
+	LOGP(DTRX, LOGL_ERROR, "Couldn't establish UDP connection\n");
 	talloc_free(trx_new);
 	return rc;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0df0205e160fd9ea5811852077db7c49cddc7e8a
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