From d845a66db5341cb88d6a8cdc3bb6ea4659e08e0f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:31:14 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spawn.vala b/Spawn.vala index cd7a244f..8602c66d 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -224,14 +224,14 @@ public class Spawn : Object if (this.cfg.debug) { - stdout.print("PID: %d" ,this.pid); + stdout.printf("PID: %d" ,this.pid); } ChildWatch.add (this.pid, (w_pid, result) => { this.result = result; if (this.debug) { - print("child_watch_add : result:%d ", result); + stdout.printf("child_watch_add : result:%d ", result); } this.read(this.out_ch); -- 2.39.2