diff rep/Editor.java @ 295:6deb6de8d0eb

*** empty log message ***
author pin
date Mon, 29 Sep 2008 14:13:19 +0900 (2008-09-29)
parents c3969dd625b2
children c35f01b5060f
line wrap: on
line diff
--- a/rep/Editor.java	Mon Sep 29 13:21:02 2008 +0900
+++ b/rep/Editor.java	Mon Sep 29 14:13:19 2008 +0900
@@ -106,7 +106,8 @@
 				sentList.remove(0);
 				return true;
 			}else{
-				System.err.println("error:Editor.checkReturnedCommand()");
+				System.err.println("error:Editor.checkReturnedCommand() : command = " + command);
+				System.out.println("Editor.checkReturndCommand() : sentList = " + sentList);
 			}
 		}
 		return false;