aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/cscn_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-cscn/cscn_main.c')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index c66873437..eea029de7 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -383,6 +383,8 @@ int main(int argc, char **argv)
cscn_cmdline_config.mncc_sock_path);
if (rc < 0)
exit(1);
+ } else {
+ DEBUGP(DMNCC, "Using internal MNCC handler.\n");
}
/* start telnet after reading config for vty_get_bind_addr() */