# HG changeset patch # User xitiomet # Date 1320277730 14400 # Node ID 7a777704df62b3e6dbfc5c3fdb00831b1d666126 # Parent e167c089f5ac2751f6511c2a023c3086ac12bb8b log updates diff -r e167c089f5ac2751f6511c2a023c3086ac12bb8b -r 7a777704df62b3e6dbfc5c3fdb00831b1d666126 src/org/openstatic/http/PlaceboHttpServer.java --- a/src/org/openstatic/http/PlaceboHttpServer.java Wed Jul 20 00:36:59 2011 -0400 +++ b/src/org/openstatic/http/PlaceboHttpServer.java Wed Nov 02 19:48:50 2011 -0400 @@ -186,6 +186,7 @@ { try { + logln(this.myName,"Waiting for next Soecket...."); Socket new_connection = ss.accept(); logln(this.myName,"Connection Accepted " + new_connection.getInetAddress().getCanonicalHostName()); HttpRequestThread rt = new HttpRequestThread(new_connection, this);