I find this a small but very useful patch.  1/2 :-)

------------------cut here----------------------------------------------

cvs server: Diffing org/apache/turbine/util/db
Index: org/apache/turbine/util/db/IDBroker.java
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/util/db/IDBroker.java,v
retrieving revision 1.2
diff -u -r1.2 IDBroker.java
--- org/apache/turbine/util/db/IDBroker.java    2000/07/27 10:01:08     1.2
+++ org/apache/turbine/util/db/IDBroker.java    2000/08/19 05:30:36
@@ -216,7 +216,7 @@
         Log.note("IDBroker thread was started.");
         while (true)
         {
-            Log.note("IDBroker thread checking for more keys.");
+            //Log.note("IDBroker thread checking for more keys.");
             Enumeration e = ids.keys();
             while (e.hasMoreElements())
             {
@@ -659,4 +659,4 @@
         return id; 
     }
 
-}
\ No newline at end of file
+}
------------------cut here----------------------------------------------

I don't know what all that means.  I opened the file in XEmacs, added the
comment, and closed the file.  Then I did this:

[travis] ~/turbine/src/java $ cvs -z3 diff -u 

I cut and pasted some of the output in this message (other changes are
experimental).  Was that the correct procedure?

-- Travis Low  
   <mailto:[EMAIL PROTECTED]>
   <http://dawnstar.org/travis>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to