aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 10:25:00 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 10:25:00 +0200
commite4be5394efbf1b790ce981adee032ab024a703bb (patch)
tree362ca0e0da5d18fc2c2e6fcc9ecec4bc834c17fd /openbsc
parent81e1edd3e62e3ab903761e617bd9bad50d8789f9 (diff)
bsc_msc.c: Print the error message of the connection.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_msc.c2
1 files changed, 1 insertions, 1 deletions
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;
}