Fix typo in debugging message.
[SXSI/xpathcomp.git] / src / ata.ml
index 8590a8e..591fab1 100644 (file)
@@ -271,7 +271,7 @@ let get_trans ?(attributes=TagSet.empty) auto states tag =
 (*      let ts = if ts == TagSet.star then TagSet.diff ts attributes else ts
       in *)
       let b = TagSet.mem tag ts in
-      LOG(__ "transition" 3 "tag=<%s>, %s: %a7C"
+      LOG(__ "transition" 3 "tag=<%s>, %s: %a"
         (Tag.to_string tag)
         (if b then "    taking" else "not taking")
         Transition.print tr);