From ca34af425b42caed702ecb7da4048d70750ed9c8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:42:51 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index f19b493a..222bc0cf 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.debug) { stdout.print("%s : %s", prop , str_return); } if (this.async) { -- 2.39.2