summaryrefslogtreecommitdiffstats
path: root/src/host
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-11-21 09:42:24 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-11-21 09:42:31 +0700
commitd21f22c128fb471d906b7b9a016f498ca4dcdb08 (patch)
treea144b8a8bc8bcd1d23002a8d576dfe5ed75cb5d0 /src/host
parentd7e2337361f7d0ac47461b94e956b5bd85af5072 (diff)
mobile/app_mobile.c: drop redundant printf() call
The VTY requisites are always being printed by libosmovty, there is no need to duplicate this information. Change-Id: I688f66175ea67d4c6a46819bee7d300ad9ce7cc7
Diffstat (limited to 'src/host')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index f53445a6..af627c67 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -469,7 +469,6 @@ int l23_app_init(int (*mncc_recv)(struct osmocom_ms *ms, int, void *),
vty_ip, vty_port, strerror(errno));
return rc;
}
- printf("VTY available on %s %u\n", vty_ip, vty_port);
osmo_signal_register_handler(SS_GLOBAL, &global_signal_cb, NULL);
osmo_signal_register_handler(SS_L1CTL, &mobile_signal_cb, NULL);