From d3ad5f8d0b7e2a15561c8e2ef075f4e96e39dc08 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 11:15:11 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); -- 2.39.2