Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:31:25 +0000 (18:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:31:25 +0000 (18:31 +0800)
Spawn.vala

index 8602c66..10970b1 100644 (file)
@@ -230,7 +230,7 @@ public class Spawn : Object
         ChildWatch.add (this.pid, (w_pid, result) => {
            
             this.result = result;
-            if (this.debug) {
+            if (this.cfg.debug) {
                 stdout.printf("child_watch_add : result:%d ", result);
             }