Change the logging infrastructure:
[SXSI/xpathcomp.git] / src / l2JIT.ml
index de41e62..90105d8 100644 (file)
@@ -195,8 +195,8 @@ let compute_jump auto tree tag states dir =
   else
     let jkind = Ata.top_down_approx auto states tree in
     let jump = translate_jump tree tag jkind dir states in
-    LOG("level2-jit", 2,
-       __ "Computed jumps for %s %a %s: %a\n%!"
+    LOG(__ "level2-jit" 2
+       "Computed jumps for %s %a %s: %a\n%!"
          (Tag.to_string tag)
          StateSet.print states
          (if dir == DIR_LEFT then "left" else "right")