X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=e4a54b89592d2d2f12b3c868d98fb26be9ac1a74;hp=eb409c5746e6fc4892644f29bd351252570c25a5;hb=bccc3930f07108d67ad61472c91e9ee2bf96af39;hpb=165f135ba6d55f95b6cadab11111aae32174f9cf diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index eb409c5..e4a54b8 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -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);