[Javanetsim-cvs] javaNetSim/guiUI TelnetEmulator.java,1.7,1.8
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2006-09-05 21:04:45
|
Update of /cvsroot/javanetsim/javaNetSim/guiUI In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21634/guiUI Modified Files: TelnetEmulator.java Log Message: Index: TelnetEmulator.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/TelnetEmulator.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TelnetEmulator.java 27 Feb 2006 00:49:10 -0000 1.7 --- TelnetEmulator.java 5 Sep 2006 21:04:36 -0000 1.8 *************** *** 205,212 **** } catch(TransportLayerException e) { ! } catch(LowLinkException e) { ! } } --- 205,212 ---- } catch(TransportLayerException e) { ! telnet.printInfo("Client: can not disconnected: transport problem"); } catch(LowLinkException e) { ! telnet.printInfo("Client: can not disconnected: low link problem"); } } |