Update of /cvsroot/freenet/freenet/src/freenet/thread
In directory sc8-pr-cvs1:/tmp/cvs-serv1209

Modified Files:
        YThreadFactory.java 
Log Message:
Put jobsExecuted diagnostic back in.  It is the same as the
"occurences" side of jobQueueDelayAllYThreads...


Index: YThreadFactory.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/thread/YThreadFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- YThreadFactory.java 17 Oct 2003 03:08:55 -0000      1.1
+++ YThreadFactory.java 19 Oct 2003 22:25:19 -0000      1.2
@@ -186,7 +186,7 @@
                                        try {
                                                
Core.diagnostics.occurrenceContinuous("jobQueueDelayAllYThreads", 
                                                                                       
                                   result.queueDelay);
-                                               // 
Core.diagnostics.occurrenceCounting("jobsExecuted", 1);
+                                               
Core.diagnostics.occurrenceCounting("jobsExecuted", 1);
                                                job.run();
                                        } catch (Throwable e) {
                                                Core.logger.log(this, "Unhandled 
exception " + e + " in job " + job,

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to