JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index eb409c5..e4a54b8 100644 (file)
@@ -373,7 +373,7 @@ namespace JSDOC
                        var outf = CompressWhite(new TokenStream(toks.tokens), this, this.keepWhite); // do not kill whitespace..
                
                        
-                       print(outf);
+                       print("RESULT: \n %s\n", outf);
                
                         if (outf.length > 0) {
                                FileUtils.set_contents(minfile, outf);