aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-10-24 11:29:31 +0200
committerMax <msuraev@sysmocom.de>2018-10-24 11:29:31 +0200
commit7a2ec6e118275da360efb3d36cdac730b6bcb437 (patch)
tree3b5d67fc89a5463ce78aed6f4e85032ee25daa71
parentee86b0488332b7d863cfbe64298d86895d11ea05 (diff)
vty: adjust telnet log
Adjust wording so telnet command can be directly copy-pasted from the log to access the interface without the need for further editing. Change-Id: I1876447f9285adcd1b09937a6121afabd0b32e52
-rw-r--r--src/vty/telnet_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index fdd88c1f..fcb4c8db 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -101,7 +101,7 @@ int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port)
return -1;
}
- LOGP(DLGLOBAL, LOGL_NOTICE, "telnet at %s %d\n", ip, port);
+ LOGP(DLGLOBAL, LOGL_NOTICE, "Available via telnet %s %d\n", ip, port);
return 0;
}