handover_fsm: fix missing newline for log statement

Change-Id: I41c04cfedaae4da69a2bc7d50b1f7fe0e467e0fa
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;
 		}