From: Kim Nguyễn Date: Tue, 29 May 2012 05:53:07 +0000 (+0200) Subject: Fix typo in debugging message. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=1802223f08509622b24fbba93faeadbe60734f9c Fix typo in debugging message. --- diff --git a/src/ata.ml b/src/ata.ml index 8590a8e..591fab1 100644 --- a/src/ata.ml +++ b/src/ata.ml @@ -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);