From: Alan Knowles Date: Fri, 2 May 2014 10:42:28 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7d1e8ee7e3734bf1a92357e70efbeef69dbb0a7d Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index 811b96f2..912689d3 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -427,7 +427,7 @@ public class Spawn : Object } //_this[prop] += x.str_return; if (_this.debug) { - print(prop + ':' + x.str_return.replace(/\n/, '')); + stdout.print("%s : %s", prop , str_return); } if (this.async) { try {