[PATCH] libosmocore[master]: VTY: Don't welcome the user to the "control" interface, if i...

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
Fri Mar 23 18:34:03 UTC 2018


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

VTY: Don't welcome the user to the "control" interface, if it's VTY

This is quite confusing, I'm surprised that it has not been flagged
before...

Change-Id: I3dc07290579949891e481675d493e5a2ea6d0aed
---
M src/vty/vty.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/88/7488/1

diff --git a/src/vty/vty.c b/src/vty/vty.c
index e741a66..08258e7 100644
--- a/src/vty/vty.c
+++ b/src/vty/vty.c
@@ -362,7 +362,7 @@
 	if (host.app_info->name)
 		app_name = host.app_info->name;
 
-	vty_out(vty, "Welcome to the %s control interface%s%s",
+	vty_out(vty, "Welcome to the %s VTY interface%s%s",
 		app_name, VTY_NEWLINE, VTY_NEWLINE);
 
 	if (host.app_info->copyright)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3dc07290579949891e481675d493e5a2ea6d0aed
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list