aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 22:56:27 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 22:56:27 +0200
commitc403ed69cd68da7b68f2192f2ebe550a4ab9ba36 (patch)
treeb7e96fc544ee3eddd0b52e11c4132009f26b88fb
parent550264987f6c4a953b9d4f71ec45054c6dbddbc0 (diff)
log VTY telnet bind only once
After libosmocore 55dc2edc89c1a85187ef8aafc09f7d922383231f which outputs 'telnet at <ip> <port>' from telnet_init_dynif(), there's no need to log the telnet VTY bind here anymore. Change-Id: I7db7f7a2e61ba676c2712bcc149a5fd5a69b80b2
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ae4f20a..89706e3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -135,8 +135,6 @@ int main(int argc, char **argv)
exit(1);
}
- LOGP(DAPP, LOGL_NOTICE, "VTY at %s %d\n",
- vty_get_bind_addr(), OSMO_VTY_PORT_MNCC_SIP);
rc = telnet_init_dynif(tall_mncc_ctx, NULL,
vty_get_bind_addr(), OSMO_VTY_PORT_MNCC_SIP);
if (rc < 0)