handover_fsm: fix missing newline for log statement

Change-Id: I41c04cfedaae4da69a2bc7d50b1f7fe0e467e0fa
This commit is contained in:
Neels Hofmeyr 2018-10-29 18:37:34 +01:00
parent 8821db2628
commit 258d12f188
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}