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