Spawn.vala
[gitlive] / Spawn.vala
index 811b96f..912689d 100644 (file)
@@ -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 {