From 46052211400cd1b7ddca37301adddb2df6952064 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:43:05 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2