From e4be5394efbf1b790ce981adee032ab024a703bb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Apr 2010 10:25:00 +0200 Subject: bsc_msc.c: Print the error message of the connection. --- openbsc/src/bsc_msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c index b3cdd3ac3..3ebb1d1bd 100644 --- a/openbsc/src/bsc_msc.c +++ b/openbsc/src/bsc_msc.c @@ -74,7 +74,7 @@ static int msc_connection_connect(struct bsc_fd *fd, unsigned int what) goto error; } if (val != 0) { - LOGP(DMSC, LOGL_ERROR, "Not connected to the MSC.\n"); + LOGP(DMSC, LOGL_ERROR, "Not connected to the MSC: %d\n", val); goto error; } -- cgit v1.2.3