aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c
index f20b2486f..57cc8b319 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c
@@ -1639,8 +1639,6 @@ int main(int argc, char **argv)
}
/* start telnet after reading config for vty_get_bind_addr() */
- LOGP(DNAT, LOGL_NOTICE, "VTY at %s %d\n",
- vty_get_bind_addr(), OSMO_VTY_PORT_BSC_NAT);
if (telnet_init_dynif(tall_bsc_ctx, NULL, vty_get_bind_addr(),
OSMO_VTY_PORT_BSC_NAT)) {
fprintf(stderr, "Creating VTY telnet line failed\n");