ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilter.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilter.java (file contents):
Revision 1.18 by tdb, Fri Jan 19 01:12:42 2001 UTC vs.
Revision 1.19 by tdb, Fri Jan 19 01:16:13 2001 UTC

# Line 109 | Line 109 | public class RootFilter implements Component {
109          while(true) {
110              // wait 30 seconds
111              try { Thread.sleep(30000); } catch(Exception e) {}
112 <            int q0 = _queue.queueSize(0);
113 <            int q1 = _queue.queueSize(1);
114 <            int tot = _queue.elementCount();
115 <            String message = "Queue status - queue1: "+q1+" queue2: "+q2+" total: "+tot;
112 >            int q0 = queue.queueSize(0);
113 >            int q1 = queue.queueSize(1);
114 >            int tot = queue.elementCount();
115 >            String message = "Queue status - queue0: "+q0+" queue1: "+q1+" total: "+tot;
116              _logger.write(toString(), Logger.DEBUG, message);
117          }
118      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines