Skip to content

Commit

Permalink
cosmetic: add extra return to login info
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Oct 28, 2010
1 parent d7d438e commit 083f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vty.c
Expand Up @@ -72,7 +72,7 @@ static void *vty_accept_thread(void *arg)
goto out_clean;

log_info("User %s connected from %s", vty->username, ip);
knet_vty_write(vty, "Welcome %s (%s) on vty(%d)\n", vty->username, ip, vty->conn_num);
knet_vty_write(vty, "Welcome %s (%s) on vty(%d)\n\n", vty->username, ip, vty->conn_num);
if (vty->got_epipe)
goto out_clean;

Expand Down

0 comments on commit 083f1dd

Please sign in to comment.