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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/DataPanel.java (file contents):
Revision 1.9 by ajm, Sun Feb 4 00:02:50 2001 UTC vs.
Revision 1.10 by ajm, Sun Feb 4 23:46:50 2001 UTC

# Line 72 | Line 72 | public class DataPanel extends JPanel implements Runna
72                          Conient.addMessage("New Host added: " + hostName);
73                      }
74                      if (!((HostDisplayPanel) hostList.get(hostName)).updateHost(packet)) {
75 <                        throw new Exception(hostName + " sent an invalid data packet stopping data update!");
75 >                        //throw new Exception(hostName + " sent an invalid data packet stopping data update!");
76 >                        Conient.addMessage("WARNING{data panel}: " + hostName + " sent an invalid data packet");
77                      }
78                  }
79              }
80          } catch (Exception e) {
81              Conient.addMessage("ERROR{data panel}: +" + e);
82 +            e.printStackTrace();
83          }
84      }
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines