JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index f825524..05a7cdb 100644 (file)
@@ -181,7 +181,7 @@ Scope.prototype = {
             for (var i in this.identifiers) {
                 all.push(i);
             }
-            print("MUNGE: SCOPE" + all.join(', '));
+            print("MUNGE: " + all.join(', '));
             
             //println("MUNGE: Building FreeSyms:" + this.id+"</BR>");