aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-30 03:12:44 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-30 03:12:46 +0200
commitaba82097b6e042d6ae3728ca2daf045242d8479a (patch)
tree761be0053dc1c0ab063192ac1af5d07012be5663 /openbsc/src/osmo-bsc_nat
parentc6a44bbab90bfc67ffcf6b5057197fff3b733bdc (diff)
log CTRL bind only once
After libosmocore 38d232ee5d2ceb045d9ad6d3a23afcb4972523f7 which outputs 'CTRL at <ip> <port>' from ctrl_interface_setup_dynip(), there's no need to log the CTRL bind here anymore. Change-Id: I1a874efe365a1ecf8ec37b058215b95b9a635ec2
Diffstat (limited to 'openbsc/src/osmo-bsc_nat')
-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 57cc8b319..6ae8c0501 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c
@@ -1669,8 +1669,6 @@ int main(int argc, char **argv)
/* start control interface after reading config for
* ctrl_vty_get_bind_addr() */
- LOGP(DNAT, LOGL_NOTICE, "CTRL at %s %d\n",
- ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_BSC_NAT);
nat->ctrl = bsc_nat_controlif_setup(nat, ctrl_vty_get_bind_addr(),
OSMO_CTRL_PORT_BSC_NAT);
if (!nat->ctrl) {