diff svr-x11fwd.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 52a644e7b8e1
children a48a1f6ab43e
line wrap: on
line diff
--- a/svr-x11fwd.c	Wed Feb 23 15:10:31 2011 +0000
+++ b/svr-x11fwd.c	Wed Feb 23 15:50:30 2011 +0000
@@ -233,7 +233,7 @@
 			continue;
 		}
 		/* otherwise it was an error we don't know about */
-		dropbear_log(LOG_DEBUG, "failed to bind x11 socket");
+		dropbear_log(LOG_DEBUG, "Failed to bind x11 socket");
 		break;
 	}
 	return -1;