JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index a17702c..883f0b9 100644 (file)
@@ -312,13 +312,14 @@ namespace JSDOC
                        }
                        
                    }
-                   //print("Output file: " + this.target);
+                   print("Output file: " + this.target);
                    if (this.targetDebug.length > 0) {
                                 print("Output debug file: %s\n" , this.targetDebug);
-                       } else {
-                               
+                       }  
+                       
+                       if (this.outstr.length > 0 ) {
+                               print(this.outstr);
                        }
-