2003/06/18 06:22:49
[org.ibex.core.git] / src / org / xwt / TinySSL.java
index a68cfe9..abb5561 100644 (file)
@@ -106,7 +106,7 @@ public class TinySSL extends Socket {
             while(true) {
                 String s2 = br.readLine();
                 if (s2 == null) return;
-                System.out.println(s2);
+                Log.log(TinySSL.class, s2);
             }
             
         } catch (Exception e) {