JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index e18884f..6bffe65 100644 (file)
@@ -268,7 +268,7 @@ namespace JSDOC
                            
                        }
                         
-                       print("COMPRESSING\n");
+                       print("COMPRESSING to %s\n", minfile);
                        //var codeComp = pack(str, 10, 0, 0);
                        if (FileUtils.test (minfile, FileTest.EXISTS)) {
                            FileUtils.remove(minfile);