From 48fcd00a2f9416c508c86c70d9b87bae8832ae5e Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 23 Feb 2011 15:50:30 +0000 Subject: Improve capitalisation for all logged strings --- cli-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli-main.c') diff --git a/cli-main.c b/cli-main.c index b1a0053..273f59c 100644 --- a/cli-main.c +++ b/cli-main.c @@ -88,11 +88,11 @@ static void cli_dropbear_exit(int exitcode, const char* format, va_list param) { char fmtbuf[300]; if (!sessinitdone) { - snprintf(fmtbuf, sizeof(fmtbuf), "exited: %s", + snprintf(fmtbuf, sizeof(fmtbuf), "Exited: %s", format); } else { snprintf(fmtbuf, sizeof(fmtbuf), - "connection to %s@%s:%s exited: %s", + "Connection to %s@%s:%s exited: %s", cli_opts.username, cli_opts.remotehost, cli_opts.remoteport, format); } -- cgit v1.2.1