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 */