[MERGED] osmo-bsc[master]: cosmetic: mgcp: remove duplicate logging

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

dexter gerrit-no-reply at lists.osmocom.org
Wed Jan 10 11:12:14 UTC 2018


dexter has submitted this change and it was merged.

Change subject: cosmetic: mgcp: remove duplicate logging
......................................................................


cosmetic: mgcp: remove duplicate logging

do not print an additional log lines when the mgcp FSM gets
halted. This is already done by osmo-fsm

Change-Id: I5aebbcacb68eab3c6afb19991dbf63a02524e4d7
---
M src/osmo-bsc/osmo_bsc_mgcp.c
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Stefan Sperling: Looks good to me, but someone else must approve
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/osmo_bsc_mgcp.c b/src/osmo-bsc/osmo_bsc_mgcp.c
index 6caf496..186c8c5 100644
--- a/src/osmo-bsc/osmo_bsc_mgcp.c
+++ b/src/osmo-bsc/osmo_bsc_mgcp.c
@@ -811,8 +811,6 @@
 		mgcp_ctx->resp = NULL;
 	}
 
-	LOGPFSML(fi, LOGL_DEBUG, "state machine halted\n");
-
 	/* Destroy the state machine and all context information */
 	osmo_fsm_inst_free(mgcp_ctx->fsm);
 	mgcp_ctx->fsm = NULL;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5aebbcacb68eab3c6afb19991dbf63a02524e4d7
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Stefan Sperling <ssperling at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list