Change in osmo-remsim[master]: rspro_client_fsm: Change FSM log level to INFO

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 8 14:56:49 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/26470 )


Change subject: rspro_client_fsm: Change FSM log level to INFO
......................................................................

rspro_client_fsm: Change FSM log level to INFO

this will drop printing DEBUG level messages by default.

Change-Id: I8ecb17674d480988847d7fa23b586b66fa52010a
---
M src/rspro_client_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/70/26470/1

diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index 5718015..14a4901 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -440,7 +440,7 @@
 {
 	struct osmo_fsm_inst *fi;
 
-	fi = osmo_fsm_inst_alloc(&rspro_client_server_fsm, ctx, srvc, LOGL_DEBUG, "server");
+	fi = osmo_fsm_inst_alloc(&rspro_client_server_fsm, ctx, srvc, LOGL_INFO, "server");
 	if (!fi)
 		return -1;
 

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

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I8ecb17674d480988847d7fa23b586b66fa52010a
Gerrit-Change-Number: 26470
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211208/8a633457/attachment.htm>


More information about the gerrit-log mailing list