From 18d0818710eacbea8d89b62b751d28e7e0204ff3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 1 Jul 2011 19:03:30 +0200 Subject: make it clear why we terminate --- src/common/abis.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/common/abis.c') diff --git a/src/common/abis.c b/src/common/abis.c index f9063e78..9b412bff 100644 --- a/src/common/abis.c +++ b/src/common/abis.c @@ -525,7 +525,8 @@ void abis_close(struct ipabis_link *link) bts_shutdown(link->bts, "Abis close / OML"); else if (link->trx) bts_shutdown(link->trx->bts, "Abis close / RSL"); - else + else { + LOGP(DABIS, LOGL_FATAL, "Unable to connect to BSC\n"); exit(43); + } } - -- cgit v1.2.3