--- projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java 2001/03/05 09:50:58 1.23 +++ projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java 2001/03/05 23:53:39 1.24 @@ -16,7 +16,7 @@ import java.util.*; * and a reference to a Filter to which it should pass data. * * @author $Author: tdb $ - * @version $Id: HostInit.java,v 1.23 2001/03/05 09:50:58 tdb Exp $ + * @version $Id: HostInit.java,v 1.24 2001/03/05 23:53:39 tdb Exp $ */ class HostInit extends Thread { @@ -25,7 +25,7 @@ class HostInit extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.23 $"; + public final String REVISION = "$Revision: 1.24 $"; //---STATIC METHODS--- @@ -151,7 +151,8 @@ class HostInit extends Thread { + filterRef.getTCPPort()); } else { - // ...or throw a wobbly + // ...or throw a wobbly (and tell the host!) + _socketOut.println("ERROR"); throw new IOException("unable to find filter for host"); } }