Mercurial > hg > RemoteEditor > REPSessionManager
diff test/channeltest/testSeMa.java @ 209:1eec69035548
*** empty log message ***
author | kent |
---|---|
date | Sat, 30 Aug 2008 12:31:47 +0900 |
parents | dfc2afab1325 |
children | 44d502851c9e |
line wrap: on
line diff
--- a/test/channeltest/testSeMa.java Sat Aug 30 12:15:21 2008 +0900 +++ b/test/channeltest/testSeMa.java Sat Aug 30 12:31:47 2008 +0900 @@ -45,6 +45,7 @@ scs.configureBlocking(false); scs.register(selector, SelectionKey.OP_ACCEPT, null); } catch (IOException e1) { + e1.printStackTrace(); ns.writeLog("cannot create REPServerSocketChannel!, exit."); return; }