From: Alan Knowles Date: Fri, 2 May 2014 10:43:05 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=46052211400cd1b7ddca37301adddb2df6952064 Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index 222bc0cf..21a3b6c6 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -426,7 +426,7 @@ public class Spawn : Object this.stderr += buffer; } //_this[prop] += x.str_return; - if (this.debug) { + if (this.cfg.debug) { stdout.print("%s : %s", prop , str_return); } if (this.async) {