src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 02:37:17 +0000 (10:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 02:37:17 +0000 (10:37 +0800)
src/Spawn.vala

index 0dbc351..f6ed088 100644 (file)
@@ -138,10 +138,9 @@ public class Spawn : Object
         int standard_error;
 
 
+         
+        Glib.debug("cd %s; %s" , this.cfg.cwd , string.joinv(" ", this.cfg.args));
         
-        if (this.debug) {
-           Glib.debug("cd %s; %s" , this.cfg.cwd , string.joinv(" ", this.cfg.args));
-        }
         
         Process.spawn_async_with_pipes (
                 this.cfg.cwd,