From edc5dfe5ff61b163018852f38cdfe021e2c73571 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 10 Jul 2017 12:31:40 +0200 Subject: cosmetic: tweak error log in osmo_bsc_sigtran_init() Change-Id: Iec3dbeb0ee1421129aaf9e313d616757955bee48 --- openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbsc') diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c b/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c index 1b654b3a1..b5e394540 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c @@ -442,12 +442,14 @@ int osmo_bsc_sigtran_init(struct llist_head *mscs) /* Check if the sccp-address */ if (test_addr(&msc->a.bsc_addr) < 0) { LOGP(DMSC, LOGL_ERROR, - "Insufficient local address (calling-address) configuration, check VTY-Config\n"); + "A-interface: invalid local SCCP address (a.bsc_addr) %s\n", + osmo_sccp_addr_dump(&msc->a.bsc_addr)); return -EINVAL; } if (test_addr(&msc->a.msc_addr) < 0) { LOGP(DMSC, LOGL_ERROR, - "Insufficient remote address (called-address) configuration, check VTY-Config\n"); + "A-interface: invalid remote SCCP address for the MSC (a.msc_addr) %s\n", + osmo_sccp_addr_dump(&msc->a.msc_addr)); return -EINVAL; } -- cgit v1.2.3