From: Alan Knowles Date: Mon, 14 Aug 2017 03:15:11 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d3ad5f8d0b7e2a15561c8e2ef075f4e96e39dc08 Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index bb379110..4ae8eeb2 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -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));