From dab3e34d0b26dfaba6ea926143560b72cefc413a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 26 Sep 2016 22:49:12 +0200 Subject: log VTY telnet bind only once After libosmocore 55dc2edc89c1a85187ef8aafc09f7d922383231f which outputs 'telnet at ' from telnet_init_dynif(), there's no need to log the telnet VTY bind here anymore. Change-Id: I97a730b28759df1d549a5049f47a3da1c16a3447 --- openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbsc/src/osmo-bsc_mgcp') diff --git a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c index e226b02ad..ac55e2588 100644 --- a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c +++ b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c @@ -233,8 +233,6 @@ int main(int argc, char **argv) return rc; /* start telnet after reading config for vty_get_bind_addr() */ - LOGP(DMGCP, LOGL_NOTICE, "VTY at %s %d\n", - vty_get_bind_addr(), OSMO_VTY_PORT_BSC_MGCP); rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network, vty_get_bind_addr(), OSMO_VTY_PORT_BSC_MGCP); if (rc < 0) -- cgit v1.2.3