Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/SessionList.java @ 337:5ba5b7a9761b
use REPLogger
author | kono |
---|---|
date | Sun, 12 Oct 2008 18:42:18 +0900 |
parents | 83790b8b8174 |
children | 6ae9dcb30a12 |
line wrap: on
line diff
--- a/rep/SessionList.java Sun Oct 12 18:06:54 2008 +0900 +++ b/rep/SessionList.java Sun Oct 12 18:42:18 2008 +0900 @@ -27,7 +27,8 @@ public String getSessionList() { if (sessionLinkedList != null) { - System.out.println(sessionLinkedList.toString()); + SessionManager.logger.writeLog( + sessionLinkedList.toString()); return sessionLinkedList.toString(); } return "{}";