Mercurial > hg > Members > tatsuki > Alice
diff src/alice/datasegment/Command.java @ 40:20616fe4d28a
add log viewer
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 31 Jan 2012 15:19:35 +0900 |
parents | 3155337e754e |
children | a85ff8dc16c1 |
line wrap: on
line diff
--- a/src/alice/datasegment/Command.java Fri Jan 27 16:57:26 2012 +0900 +++ b/src/alice/datasegment/Command.java Tue Jan 31 15:19:35 2012 +0900 @@ -34,7 +34,7 @@ if (cs != null) { csName = cs.toString(); } - return this.type + " \"" + key + "\" " + val + " index=" + index + " cs=" + csName; + return this.type + "\t" + key + "\t" + val + "\tindex=" + index + "\tcs=" + csName; } }