X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=3e2005fffd9c49efdf2456f6150065a9a3b1cbbc;hb=7674a38fce9ccceac1966ee913c05bb350ddf9e8;hp=2428266945454df7406f4b2bcd33542dc9b91cff;hpb=ec52765407b782bcdbdb27dae551d45d4ded4cdd;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 2428266..3e2005f 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -312,11 +312,16 @@ namespace JSDOC } } - print("Output file: " + this.target); + if (this.target.length > 0 ) { + print("Output file: " + this.target); + } if (this.targetDebug.length > 0) { - print("Output debug file: " + this.targetDebug); - } - + print("Output debug file: %s\n" , this.targetDebug); + } + + if (this.outstr.length > 0 ) { + print(this.outstr); + }