summaryrefslogtreecommitdiff
path: root/src/Logging.ml
diff options
context:
space:
mode:
authorSon Ho2022-03-03 13:23:13 +0100
committerSon Ho2022-03-03 13:23:13 +0100
commit80d0d22f152386ffe28b48f42f42f8f736170014 (patch)
treeba7fe1f56cedc2124ca27f54ebefde2a4bfda49d /src/Logging.ml
parent90195f830788f53d214754a732bd094247a91c70 (diff)
Rename CfimOfJson to LlbcOfJson
Diffstat (limited to 'src/Logging.ml')
-rw-r--r--src/Logging.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Logging.ml b/src/Logging.ml
index 7f4152a5..6dca854c 100644
--- a/src/Logging.ml
+++ b/src/Logging.ml
@@ -9,8 +9,8 @@ let main_log = L.get_logger "MainLogger"
(** Below, we create subgloggers for various submodules, so that we can precisely
toggle logging on/off, depending on which information we need *)
-(** Logger for CfimOfJson *)
-let llbc_of_json_logger = L.get_logger "MainLogger.CfimOfJson"
+(** Logger for LlbcOfJson *)
+let llbc_of_json_logger = L.get_logger "MainLogger.LlbcOfJson"
(** Logger for PrePasses *)
let pre_passes_log = L.get_logger "MainLogger.PrePasses"