Change in osmo-bsc[master]: handover_fsm: fix missing newline for log statement

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
Mon Oct 29 18:59:08 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11511


Change subject: handover_fsm: fix missing newline for log statement
......................................................................

handover_fsm: fix missing newline for log statement

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



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

diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c
index 68230e1..a45e33b 100644
--- a/src/osmo-bsc/handover_fsm.c
+++ b/src/osmo-bsc/handover_fsm.c
@@ -564,7 +564,7 @@
 		/* Figure out channel type */
 		if (match_codec_pref(&mode, &full_rate, &s15_s0, &req->ct, &req->scl, msc, bts)) {
 			LOG_HO(conn, LOGL_DEBUG,
-			       "BTS %u has no matching channel codec (%s, speech codec list len = %u)",
+			       "BTS %u has no matching channel codec (%s, speech codec list len = %u)\n",
 			       bts->nr, gsm0808_channel_type_name(&req->ct), req->scl.len);
 			continue;
 		}

-- 
To view, visit https://gerrit.osmocom.org/11511
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: I41c04cfedaae4da69a2bc7d50b1f7fe0e467e0fa
Gerrit-Change-Number: 11511
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/20181029/f554c767/attachment.htm>


More information about the gerrit-log mailing list