JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 52f7d36..a9c9442 100644 (file)
@@ -426,7 +426,7 @@ Packer.prototype = {
         
          if (out.length) {
             File.write(minfile, out);
-            this.timerPrint("Write (" + out +") " + minfile);
+            this.timerPrint("Write (" + out.length + "bytes) " + minfile);
         }
         
         return out;