Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:43:15 +0000 (18:43 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:43:15 +0000 (18:43 +0800)
Spawn.vala

index 21a3b6c..2daa308 100644 (file)
@@ -427,7 +427,7 @@ public class Spawn : Object
                     }
                     //_this[prop] += x.str_return;
                     if (this.cfg.debug) {
-                        stdout.print("%s : %s", prop , str_return);
+                        stdout.printf("%s : %s", prop , str_return);
                     }
                     if (this.async) {
                         try {