Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:42:34 +0000 (10:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:42:34 +0000 (10:42 +0800)
Spawn.vala

index 738ea44..40e32c3 100644 (file)
@@ -223,7 +223,7 @@ public class Spawn : Object
 
         
         if (this.cfg.debug) {
-           stdout.printf("cd %s; %s\n" , this.cfg.cwd , string.joinv(" ", this.cfg.args));
+           GLib.debug("cd %s; %s\n" , this.cfg.cwd , string.joinv(" ", this.cfg.args));
         }
         
         Process.spawn_async_with_pipes (