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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Mar 14 22:54:18 UTC 2019


Neels Hofmeyr has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/57/13257/1

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: newchange
Gerrit-Change-Id: I4070ee9164eb161584df70ae174b538c394ab9cd
Gerrit-Change-Number: 13257
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190314/ce9d38dc/attachment.htm>


More information about the gerrit-log mailing list