summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vty/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/vty.c b/src/vty/vty.c
index e741a66a..08258e71 100644
--- a/src/vty/vty.c
+++ b/src/vty/vty.c
@@ -362,7 +362,7 @@ void vty_hello(struct vty *vty)
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)