Spawn.vala
authorAlan Knowles <alan@roojs.com>
Mon, 29 Aug 2016 09:34:54 +0000 (17:34 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Aug 2016 09:34:54 +0000 (17:34 +0800)
Spawn.vala

index 20eb0ca..ad55e76 100644 (file)
@@ -367,7 +367,7 @@ public class Spawn : Object
 
     private void tidyup()
     {
-        
+        print("Tidyup\n"); 
         if (this.pid > -1) {
             Process.close_pid(this.pid); // hopefully kills it..
             this.pid = -1;