[MERGED] osmo-sip-connector[master]: log VTY telnet bind only once

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Sep 27 04:59:42 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: log VTY telnet bind only once
......................................................................


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
---
M src/main.c
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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 @@
 		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)

-- 
To view, visit https://gerrit.osmocom.org/953
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7db7f7a2e61ba676c2712bcc149a5fd5a69b80b2
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list