handover_test: log sending ho complete

Change-Id: I540e880f9aafb92be03c35086340de1968b26836
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index 33e5ff0..0e603fa 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -618,6 +618,11 @@
 	send_est_ind(lchan);
 	osmo_fsm_inst_dispatch(lchan->fi, LCHAN_EV_RTP_READY, 0);
 
+	if (success)
+		fprintf(stderr, "- Send HO COMPLETE for %s\n", gsm_lchan_name(lchan));
+	else
+		fprintf(stderr, "- Send HO FAIL to %s\n", gsm_lchan_name(lchan));
+
 	rh = (struct abis_rsl_rll_hdr *) msgb_put(msg, sizeof(*rh));
 	rh->c.msg_discr = ABIS_RSL_MDISC_RLL;
 	rh->c.msg_type = RSL_MT_DATA_IND;