--- projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java 2001/01/28 05:25:43 1.18 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java 2001/02/01 00:18:42 1.19 @@ -19,7 +19,7 @@ import uk.ac.ukc.iscream.util.*; * waiting to be contacted. * * @author $Author: tdb $ - * @version $Id: FilterThread.java,v 1.18 2001/01/28 05:25:43 tdb Exp $ + * @version $Id: FilterThread.java,v 1.19 2001/02/01 00:18:42 tdb Exp $ */ public class FilterThread extends Thread{ @@ -28,7 +28,7 @@ public class FilterThread extends Thread{ /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.18 $"; + public final String REVISION = "$Revision: 1.19 $"; //---STATIC METHODS--- @@ -43,7 +43,7 @@ public class FilterThread extends Thread{ public FilterThread(Queue queue, Filter parent){ _parent = parent; _queue = queue; - _logger.write(toString(), Logger.DEBUG, "created"); + _logger.write(toString(), Logger.SYSINIT, "created"); } //---PUBLIC METHODS---