--- projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2001/01/24 13:56:48 1.9 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2001/01/28 23:48:16 1.10 @@ -10,8 +10,8 @@ import uk.ac.ukc.iscream.util.*; * it then converts it to an XMLPacket and adds * it to its Queue for anything that wants it. * - * @author $Author: tdb $ - * @version $Id: DataReader.java,v 1.9 2001/01/24 13:56:48 tdb Exp $ + * @author $Author: ajm $ + * @version $Id: DataReader.java,v 1.10 2001/01/28 23:48:16 ajm Exp $ */ public class DataReader extends Thread { @@ -20,7 +20,7 @@ public class DataReader extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.9 $"; + public final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS--- @@ -65,7 +65,7 @@ public class DataReader extends Thread { _inBound.close(); } catch (IOException e) { - Conient.addMessage("Data Channel Shutdown: reason - "+e); + Conient.addMessage("WARNING{data reader}: inbound data stopped - "+e); _running = false; } }