Spawn.vala
[gitlive] / Spawn.vala
index 222bc0c..21a3b6c 100644 (file)
@@ -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) {