From 043c942cdbcdc88e9da2f807b571a6563cdf71d8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:29:30 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index a3d22268..4c7cb360 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -203,7 +203,7 @@ public class Spawn : Object if (this.cfg.debug) { - print("cd %s; %s" , this.cfg.cwd , string.joinv(" ", this.cfg.args)); + stdout.printf("cd %s; %s" , this.cfg.cwd , string.joinv(" ", this.cfg.args)); } Process.spawn_async_with_pipes ( -- 2.39.2