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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReaderInit.java (file contents):
Revision 1.25 by tdb, Tue May 29 17:02:35 2001 UTC vs.
Revision 1.26 by tdb, Thu Mar 21 13:01:21 2002 UTC

# Line 146 | Line 146 | class TCPReaderInit extends Thread {
146          String inBound = getInBound();
147          // check if it's what we're expecting
148          if(!inBound.equals(expected)) {
149 <            throw new IOException("protocol error - expected:"+expected+" got:" + inBound);
149 >            throw new IOException("protocol error from "+_socket.getInetAddress().getHostName()+" - expected:"+expected+" got:" + inBound);
150          }
151          // it should be ok then
152          return inBound;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines