diff src/jungle/test/bbs/codesegment/PutHostLogCodeSegment.java @ 41:b8b9668da13c

implemented DistributeApp
author one
date Tue, 09 Jul 2013 17:37:09 +0900
parents 7e94de2d6bc0
children 4419ac56cbfd
line wrap: on
line diff
--- a/src/jungle/test/bbs/codesegment/PutHostLogCodeSegment.java	Tue Jul 09 17:32:06 2013 +0900
+++ b/src/jungle/test/bbs/codesegment/PutHostLogCodeSegment.java	Tue Jul 09 17:37:09 2013 +0900
@@ -12,7 +12,7 @@
 	
 	public void run() {
 		Value v = (Value) arg1.getVal();
-		ods.put("remote", "hostLog", v);
+		ods.put("local", "hostLog", v);
 		PutHostLogCodeSegment cs = new PutHostLogCodeSegment();
 		cs.arg1.setKey("local", "log");
 	}