[PATCH] osmo-msc[master]: a_iface_tx_assignment: fix log lvl for "Sending Assignment..."

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Jan 7 18:05:32 UTC 2018


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

a_iface_tx_assignment: fix log lvl for "Sending Assignment..."

Change-Id: I42bd3dc601465a4ac6a6e2bf8c4af736547d4838
---
M src/libmsc/a_iface.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/64/5664/1

diff --git a/src/libmsc/a_iface.c b/src/libmsc/a_iface.c
index 9dacca5..95d9c91 100644
--- a/src/libmsc/a_iface.c
+++ b/src/libmsc/a_iface.c
@@ -377,7 +377,7 @@
 	conn = trans->conn;
 	OSMO_ASSERT(conn);
 
-	LOGPCONN(conn, LOGL_ERROR, "Sending Assignment Command to BSC\n");
+	LOGPCONN(conn, LOGL_DEBUG, "Sending Assignment Command to BSC\n");
 
 	/* Channel type */
 	rc = enc_channel_type(&ct, &trans->bearer_cap);

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42bd3dc601465a4ac6a6e2bf8c4af736547d4838
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list