Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:29:06 +0000 (13:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:29:06 +0000 (13:29 +0800)
Spawn.vala

index 3ce28b2..bcf75e0 100644 (file)
@@ -187,9 +187,8 @@ public class Spawn : Object
        
                
        //print(JSON.stringify(gret));    
-        this.pid = ret.child_pid;
-        
-        if (this.debug) {
+         
+        if (this.cfg.debug) {
             print("PID: " + this.pid);
         }