From 258d12f188d07ad69f1a7b0f035d8b8a6676de8e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 29 Oct 2018 18:37:34 +0100 Subject: handover_fsm: fix missing newline for log statement Change-Id: I41c04cfedaae4da69a2bc7d50b1f7fe0e467e0fa --- src/osmo-bsc/handover_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c index 68230e149..a45e33b78 100644 --- a/src/osmo-bsc/handover_fsm.c +++ b/src/osmo-bsc/handover_fsm.c @@ -564,7 +564,7 @@ void handover_start_inter_bsc_in(struct gsm_subscriber_connection *conn, /* 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; } -- cgit v1.2.3