changeset 132:4297c2011b71

modify CreateThread.java
author e085711
date Tue, 30 Aug 2011 06:41:51 +0900
parents 2a90459a05f0
children acd88e63854b
files src/myVncProxy/CreateThread.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/myVncProxy/CreateThread.java	Tue Aug 30 06:21:13 2011 +0900
+++ b/src/myVncProxy/CreateThread.java	Tue Aug 30 06:41:51 2011 +0900
@@ -45,7 +45,7 @@
 
 			}
 		}
-		System.out.println("accept port = " + port);
+		System.out.println("accept Echo port = " + port);
 	}
 	
 	void initServSock(int port) throws IOException {