[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Sep 26 20:56:35 UTC 2016


Review at  https://gerrit.osmocom.org/953

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/53/953/1

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: newchange
Gerrit-Change-Id: I7db7f7a2e61ba676c2712bcc149a5fd5a69b80b2
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list