[MERGED] 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
Tue Mar 27 07:21:46 UTC 2018


Harald Welte has submitted this change and it was merged.

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


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

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I3dc07290579949891e481675d493e5a2ea6d0aed
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list