diff svr-x11fwd.c @ 641:2b1bb792cd4d dropbear-tfm

- Update tfm changes to current default tip
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:52:28 +0800
parents a98a2138364a
children a48a1f6ab43e
line wrap: on
line diff
--- a/svr-x11fwd.c	Mon Nov 21 19:19:57 2011 +0800
+++ b/svr-x11fwd.c	Mon Nov 21 19:52:28 2011 +0800
@@ -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;