aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 22:44:18 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 22:44:18 +0200
commitc83e49fc8ddb64fabf506ec3ed8cb622a4e4772c (patch)
tree97994078d43e6980a2a4d659b238c781e3389f1b /src/hnbgw.c
parent74b0565d9f1a7abbd665b8456b7a851e1d47f0a8 (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: Icd9e670c1d30c156f7bd5d0d34892150aeba95e9
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index d50e622..8c860b1 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -474,8 +474,6 @@ int main(int argc, char **argv)
log_set_log_level(osmo_stderr_target,
hnbgw_cmdline_config.log_level);
- LOGP(DMAIN, LOGL_NOTICE, "VTY at %s %d\n",
- vty_get_bind_addr(), 2323);
rc = telnet_init_dynif(NULL, g_hnb_gw, vty_get_bind_addr(), 2323);
if (rc < 0) {
perror("Error binding VTY port");