]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/email/Sendmail.java
ADD: simple pinger daemon.
[gigi.git] / src / org / cacert / gigi / email / Sendmail.java
index 812de6bd5b4cecd92758f9f19356b31ac478e3cd..601130500e96719c1fe913db1b61f7240a5dd94d 100644 (file)
@@ -95,6 +95,7 @@ public class Sendmail extends EmailProvider {
     private static void readResponse(BufferedReader in) throws IOException {
         String line;
         while ((line = in.readLine()) != null && line.matches("\\d+-")) {
+            System.out.println(line);
         }
 
     }