Spawn.vala
authorAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 03:15:11 +0000 (11:15 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 03:15:11 +0000 (11:15 +0800)
Spawn.vala

index bb37911..4ae8eeb 100644 (file)
@@ -430,7 +430,7 @@ public class Spawn : Object
     {
         string prop = (ch == this.out_ch) ? "output" : "stderr";
        // print("prop: " + prop);
-        
+        print ("spawn.read: %s\n", prop);
         
         //print(JSON.stringify(ch, null,4));
         while (true) {
@@ -458,6 +458,7 @@ public class Spawn : Object
                 
             }
             
+            
                        print("got buffer of %s\n", buffer);
             // print('status: '  +JSON.stringify(status));
             // print(JSON.stringify(x));