[jsoar] push by sam.wint...@gmail.com - fixed a string formatting error that caused exceptions at high watch l... on 2012-01-17 13:38 GMT

0 views
Skip to first unread message

js...@googlecode.com

unread,
Jan 17, 2012, 8:39:32 AM1/17/12
to jsoa...@googlegroups.com
Revision: ea0f78ba08b4
Author: sam.wintermute
Date: Tue Jan 17 05:36:50 2012
Log: fixed a string formatting error that caused exceptions at high
watch levels
http://code.google.com/p/jsoar/source/detail?r=ea0f78ba08b4

Modified:
/jsoar-core/src/main/java/org/jsoar/kernel/Consistency.java

=======================================
--- /jsoar-core/src/main/java/org/jsoar/kernel/Consistency.java Mon Sep 13
15:36:24 2010
+++ /jsoar-core/src/main/java/org/jsoar/kernel/Consistency.java Tue Jan 17
05:36:50 2012
@@ -347,7 +347,7 @@
goal);
}

- context.getTrace().print(EnumSet.of(Category.VERBOSE,
Category.WM_CHANGES), "Removing state %y because of a failed consistency
check.\n", goal);
+ context.getTrace().print(EnumSet.of(Category.VERBOSE,
Category.WM_CHANGES), "Removing state %s because of a failed consistency
check.\n", goal);
/* This doesn;t seem like it should be necessary but
evidently it is: see 2.008 */
remove_current_decision(s);
return false; /* No need to continue once a
decision is removed */

Reply all
Reply to author
Forward
0 new messages