Change in osmo-bsc[master]: fix log line end in assignment_fsm.c

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Mar 15 20:04:01 UTC 2019


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/13257 )

Change subject: fix log line end in assignment_fsm.c
......................................................................

fix log line end in assignment_fsm.c

Change-Id: I4070ee9164eb161584df70ae174b538c394ab9cd
---
M src/osmo-bsc/assignment_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index aa696ac..81a2a1e 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -563,7 +563,7 @@
 	struct gsm_subscriber_connection *conn = assignment_fi_conn(fi);
 	/* Do we still need to wait for the RTP stream at all? */
 	if (lchan_state_is(conn->assignment.new_lchan, LCHAN_ST_ESTABLISHED)) {
-		LOG_ASSIGNMENT(conn, LOGL_DEBUG, "lchan fully established, no need to wait");
+		LOG_ASSIGNMENT(conn, LOGL_DEBUG, "lchan fully established, no need to wait\n");
 		assignment_fsm_post_lchan_established(fi);
 	}
 }

-- 
To view, visit https://gerrit.osmocom.org/13257
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4070ee9164eb161584df70ae174b538c394ab9cd
Gerrit-Change-Number: 13257
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190315/bbe08aaa/attachment.htm>


More information about the gerrit-log mailing list