diff sshpty.c @ 594:a98a2138364a

Improve capitalisation for all logged strings
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Feb 2011 15:50:30 +0000
parents 5c6f9d27ea1c
children 523be406edc4
line wrap: on
line diff
--- a/sshpty.c	Wed Feb 23 15:10:31 2011 +0000
+++ b/sshpty.c	Wed Feb 23 15:50:30 2011 +0000
@@ -234,7 +234,7 @@
 
 		return 1;
 	}
-	dropbear_log(LOG_WARNING, "failed to open any /dev/pty?? devices");
+	dropbear_log(LOG_WARNING, "Failed to open any /dev/pty?? devices");
 	return 0;
 #endif /* HAVE_DEV_PTS_AND_PTC */
 #endif /* USE_DEV_PTMX */