aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}