Fix typo in debugging message.
authorKim Nguyễn <kn@lri.fr>
Tue, 29 May 2012 05:53:07 +0000 (07:53 +0200)
committerKim Nguyễn <kn@lri.fr>
Tue, 29 May 2012 05:53:07 +0000 (07:53 +0200)
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);