This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Load class files quietly



This patch, which I have committed, removes the verbose output from
the SearchPath class.

1999-08-08  Anthony Green  <green@cygnus.com>

	* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.


Index: libjava/gnu/gcj/util/path/SearchPath.java
===================================================================
RCS file: /cvs/java/libgcj/libjava/gnu/gcj/util/path/SearchPath.java,v
retrieving revision 1.1
diff -u -r1.1 SearchPath.java
--- SearchPath.java     1999/08/08 14:06:21     1.1
+++ SearchPath.java     1999/08/09 01:07:32
@@ -116,8 +116,8 @@
                result = ent.getBytes (element);
                if (result != null) 
                    {
-                       System.out.println ("loading " + ent 
-                                           + "(" + element + ")");
+                       // System.out.println ("loading " + ent 
+                       //                  + "(" + element + ")");
                        return result;
                    }
            }

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]